Browse Source

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

Isaku Yamahata 5 years ago
parent
commit
ca64cb4b29
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .dir-locals.el

+ 1 - 0
.dir-locals.el

@@ -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)))))))