branch: elpa/cdlatex
commit d7bec27d31186b575474292cf79d4856769753f0
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Add .dir-locals.el to prevent whitespace issues
---
 .dir-locals.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..0d12a2f44a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode . ((indent-tabs-mode . nil)
+                    (show-trailing-whitespace . t))))

Reply via email to