initramfs-tools/.dir-locals.el
Ben Hutchings b2dfbeb7a6 Set emacs local variables to implement our shell coding style
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-12-15 03:08:55 +00:00

9 lines
220 B
EmacsLisp

;;; 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 . +)))