branch: externals/mct
commit 45c272ef7fe7e9fb31aba25c43ae59124ef24ce8
Author: Philip Kaludercic <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add a .dir-locals.el file
This should prevent issues with mixed indentation styles (tabs and
spaces).
---
.dir-locals.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..1f7c4b7
--- /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 . nil))))