Add a .dir-locals.el to avoid whitespace issue

This commit is contained in:
Philip Kaludercic 2022-09-02 22:29:26 +00:00 committed by Protesilaos Stavrou
parent d1cfacae11
commit a9d533699a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

6
.dir-locals.el Normal file
View file

@ -0,0 +1,6 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((emacs-lisp-mode
(show-trailing-whitespace . t)
(indent-tabs-mode . nil)))