Blame 0174-.dir-locals.el-changed-to-sane-style.patch

Harald Hoyer 53404a
From 8c8da6838ad97a571e81341f81dc76c8b703bbc2 Mon Sep 17 00:00:00 2001
Harald Hoyer 53404a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 53404a
Date: Thu, 8 Dec 2016 17:52:54 +0100
Harald Hoyer 53404a
Subject: [PATCH] .dir-locals.el: changed to sane style
Harald Hoyer 53404a
Harald Hoyer 53404a
---
Harald Hoyer 53404a
 .dir-locals.el | 10 +++++++---
Harald Hoyer 53404a
 1 file changed, 7 insertions(+), 3 deletions(-)
Harald Hoyer 53404a
Harald Hoyer 53404a
diff --git a/.dir-locals.el b/.dir-locals.el
Harald Hoyer 53404a
index 8130058..b38d4d6 100644
Harald Hoyer 53404a
--- a/.dir-locals.el
Harald Hoyer 53404a
+++ b/.dir-locals.el
Harald Hoyer 53404a
@@ -1,3 +1,7 @@
Harald Hoyer 53404a
-((nil . ((sh-basic-offset . 4)
Harald Hoyer 53404a
-         (indent-tabs-mode . nil)
Harald Hoyer 53404a
-         )))
Harald Hoyer 53404a
+;;; Directory Local Variables
Harald Hoyer 53404a
+;;; For more information see (info "(emacs) Directory Variables")
Harald Hoyer 53404a
+
Harald Hoyer 53404a
+((sh-mode
Harald Hoyer 53404a
+  (indent-tabs-mode)
Harald Hoyer 53404a
+  (sh-basic-offset . 4)))
Harald Hoyer 53404a
+