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

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

[elpa] externals/ef-themes a9d533699a 2/4: Add a .dir-locals.el to avoid


From: ELPA Syncer
Subject: [elpa] externals/ef-themes a9d533699a 2/4: Add a .dir-locals.el to avoid whitespace issue
Date: Fri, 2 Sep 2022 20:57:36 -0400 (EDT)

branch: externals/ef-themes
commit a9d533699a7da28c00fdf2d34e01a817aad21cb9
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add a .dir-locals.el to avoid whitespace issue
---
 .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]