branch: externals/auto-header
commit d1734aace9200c654eab3b872ee5d4bc2b22f710
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
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)))