branch: externals/compat commit 471db8c547bbbc90be508a296854fe73146e7130 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Enable show-trailing-whitespace for all files --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 1f7c4b7901..2ce32d64ca 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,5 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((emacs-lisp-mode . ((indent-tabs-mode . nil)))) +((emacs-lisp-mode . ((show-trailing-whitespace . t) + (indent-tabs-mode . nil))))