From: Harald Hoyer Date: Thu, 8 Dec 2016 16:52:54 +0000 (+0100) Subject: .dir-locals.el: changed to sane style X-Git-Tag: 045~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2870b7d243f919f15b330a7ef77aa5614f95e6ba;p=thirdparty%2Fdracut.git .dir-locals.el: changed to sane style --- diff --git a/.dir-locals.el b/.dir-locals.el index 81300584e..b38d4d63f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,7 @@ -((nil . ((sh-basic-offset . 4) - (indent-tabs-mode . nil) - ))) +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((sh-mode + (indent-tabs-mode) + (sh-basic-offset . 4))) +