1

Change default styling rules

This commit is contained in:
Jessie Hildebrandt 2017-12-04 22:06:39 -05:00
parent 7d4cc28c19
commit 37fd3529a4

View File

@ -81,9 +81,11 @@
:box '(:line-width -1 :color "azure4"))
;; Set the default styling rules to use.
(setq-default tab-width 4
(setq-default
tab-width 4
c-basic-offset 4
c-default-style "linux")
c-default-style "bsd"
)
;; Add a hook to trailing whitespaces before saving a file.
(add-hook 'before-save-hook 'delete-trailing-whitespace)