Skip to content

Commit

Permalink
Require newlines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
artlogic committed Apr 17, 2015
1 parent e6963e3 commit 2a0df52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'(backup-directory-alist (quote (("." . "~/.emacs.d/backups/"))))
'(column-number-mode t)
'(global-whitespace-mode t)
'(require-final-newline t)
'(whitespace-action (quote (report-on-bogus)))
'(whitespace-style (quote (face tabs trailing indentation empty tab-mark))))
(custom-set-faces
Expand Down

0 comments on commit 2a0df52

Please sign in to comment.