Skip to content

Instantly share code, notes, and snippets.

@multun
Created September 9, 2019 19:00
Show Gist options
  • Save multun/bb415f7b8e1d3a4e41d7f83129c51dc6 to your computer and use it in GitHub Desktop.
Save multun/bb415f7b8e1d3a4e41d7f83129c51dc6 to your computer and use it in GitHub Desktop.
emacs-base.el
(setq c-default-style "bsd"
c-basic-offset 4)
(setq-default indent-tabs-mode nil)
(require 'whitespace)
(setq require-final-newline t)
(setq whitespace-style '(face empty tabs trailing lines-tail))
(global-whitespace-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment