branch: elpa/nix-mode
commit f2acc5583001ce21f5a13f14e4982a9cf4537ffc
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Add .dir-locals.el file
---
.dir-locals.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..8f5e85227a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode . ((indent-tabs-mode . t))))