Emacs: comments on whitespace

master
Pierre Neidhardt 2014-03-05 11:24:38 +01:00
parent 2a37429656
commit b65f2564cc
1 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,9 @@
;; end.
; (add-hook 'before-save-hook 'delete-trailing-whitespace)
(setq whitespace-style (quote (face trailing tab-mark)))
;; TODO: whitespace report-on-bogus does not seem to work properly.
;; TODO: whitespace report-on-bogus and cleanup do not seem to work properly.
;; Empty lines seems to be always true. Report is shown even when style is not
;; matching the errors.
; (setq whitespace-action '(report-on-bogus))
;; Remove whitespaces on region, or whole file.