Add .dir-locals disabling indent-tabs-mode everywhere but Makefiles

This commit is contained in:
Luís Borges de Oliveira 2021-02-02 13:39:35 +00:00 committed by Stas Boukarev
parent 316f4b7892
commit da064de991

2
.dir-locals.el Normal file
View file

@ -0,0 +1,2 @@
((nil . ((indent-tabs-mode . nil)))
(makefile-mode . ((indent-tabs-mode . t))))