branch: externals/denote
commit c8a83009dcb972fe414937871ac696e6c0e8f85f
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Add .dir-locals to disable tabs in the code
    
    Basically saves us from running M-x untabify on potential contributions.
---
 .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..1f7c4b7901
--- /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))))

Reply via email to