[.dir-locals.el] Add shell script mode

This commit is contained in:
Isaku Yamahata
2019-07-20 17:18:27 -07:00
committed by Dmitrii Kuvaiskii
parent 9a37c5cc36
commit ca64cb4b29
+1
View File
@@ -5,5 +5,6 @@
(c-basic-offset . 4)))
(makefile-mode . ((indent-tabs-mode . t)))
(asm-mode . ((indent-tabs-mode . t)))
(shell-script-mode . ((indent-tabs-mode . t)))
((nil . ((truncate-lines . t)))
(text-mode . ((eval . ((turn-on-auto-fill)))))))