1

Fix indentation

This commit is contained in:
Jessie Hildebrandt 2018-03-07 01:58:26 -05:00
parent be8dc8ca3e
commit c098d82079

View File

@ -82,7 +82,7 @@
tab-width 4 tab-width 4
c-basic-offset 4 c-basic-offset 4
c-default-style "bsd" c-default-style "bsd"
) )
;; Add a hook to trailing whitespaces before saving a file. ;; Add a hook to trailing whitespaces before saving a file.
(add-hook 'before-save-hook 'delete-trailing-whitespace) (add-hook 'before-save-hook 'delete-trailing-whitespace)