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

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

[elpa] externals/embark 93b931ba97 2/4: Merge pull request #535 from phi


From: ELPA Syncer
Subject: [elpa] externals/embark 93b931ba97 2/4: Merge pull request #535 from phikal/dir-locals
Date: Tue, 13 Sep 2022 12:57:37 -0400 (EDT)

branch: externals/embark
commit 93b931ba973512294609c15afe9c20a085b6999a
Merge: 5d0459d27a 4ddba278a9
Author: Omar AntolĂ­n Camarena <omar.antolin@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #535 from phikal/dir-locals
    
    Add a .dir-locals.el file to avoid white space issues
---
 .dir-locals.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..6d22de33f5
--- /dev/null
+++ b/.dir-locals.el
@@ -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)))



reply via email to

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