emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cdlatex d7bec27d31 42/49: Add .dir-locals.el to prevent wh


From: ELPA Syncer
Subject: [nongnu] elpa/cdlatex d7bec27d31 42/49: Add .dir-locals.el to prevent whitespace issues
Date: Mon, 11 Jul 2022 02:58:35 -0400 (EDT)

branch: elpa/cdlatex
commit d7bec27d31186b575474292cf79d4856769753f0
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@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

[Prev in Thread] Current Thread [Next in Thread]