branch: externals/autocrypt
commit a3e77512f16803202e96b56cb6440807815c5dcb
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
added .dir-locals.el
---
.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..3bcda9266b
--- /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)))