Created
September 9, 2019 19:00
-
-
Save multun/bb415f7b8e1d3a4e41d7f83129c51dc6 to your computer and use it in GitHub Desktop.
emacs-base.el
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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