mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-09 23:16:41 -04:00
Add .dir-locals disabling indent-tabs-mode everywhere but Makefiles
This commit is contained in:
parent
316f4b7892
commit
da064de991
2
.dir-locals.el
Normal file
2
.dir-locals.el
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
((nil . ((indent-tabs-mode . nil)))
|
||||
(makefile-mode . ((indent-tabs-mode . t))))
|
||||
Loading…
Reference in a new issue