mirror of
https://github.com/protesilaos/ef-themes.git
synced 2026-09-10 07:06:15 -04:00
Add a .dir-locals.el to avoid whitespace issue
This commit is contained in:
parent
d1cfacae11
commit
a9d533699a
6
.dir-locals.el
Normal file
6
.dir-locals.el
Normal 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)))
|
||||
Loading…
Reference in a new issue