summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: e91b46aaa3ca6f7711fb433d20d213957fa41d61 (plain)
1
2
3
4
5
6
7
8
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((sh-mode
  (sh-basic-offset . 8)
  (sh-indentation . 8)
  (sh-indent-for-case-label . 0)
  (sh-indent-for-case-alt . +)))