mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Add .dir-locals to disable tabs in the code
Basically saves us from running M-x untabify on potential contributions.
This commit is contained in:
parent
d3a54f63db
commit
c8a83009dc
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
;;; Directory Local Variables
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((emacs-lisp-mode . ((indent-tabs-mode . nil))))
|
||||
Loading…
Reference in a new issue