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

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

[elpa] externals/auto-header d1734aace9 21/26: Add a .dir-locals.el


From: ELPA Syncer
Subject: [elpa] externals/auto-header d1734aace9 21/26: Add a .dir-locals.el
Date: Sun, 26 Mar 2023 07:57:35 -0400 (EDT)

branch: externals/auto-header
commit d1734aace9200c654eab3b872ee5d4bc2b22f710
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add a .dir-locals.el
---
 .dir-locals.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..1f6b80f97c
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,8 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+  (indent-tabs-mode . nil)
+  (show-trailing-whitespace . t)
+  (sentence-end-double-space . t)
+  (byte-compile-error-on-warn . t)))



reply via email to

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