strip whitespace in emacs config
This commit is contained in:
parent
c08c96d35a
commit
1dc734f6fe
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
(setq c-basic-offset 4)
|
||||
(indent-region (point-min) (point-max) nil)
|
||||
(untabify (point-min) (point-max))
|
||||
(delete-trailing-whitespace)
|
||||
(save-buffer)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue