Fix indentation
This commit is contained in:
parent
be8dc8ca3e
commit
c098d82079
2
init.el
2
init.el
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user