]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
.dir-locals.el: changed to sane style
authorHarald Hoyer <harald@redhat.com>
Thu, 8 Dec 2016 16:52:54 +0000 (17:52 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 16 Jan 2017 13:27:39 +0000 (14:27 +0100)
.dir-locals.el

index 81300584ea0163eff30b27ab3ad4d24492a91cf9..b38d4d63f19136fda0bf529216bccd7a2075c01e 100644 (file)
@@ -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)))
+