summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-03-14 08:36:26 -0600
committerEric Blake <eblake@redhat.com>2011-03-14 21:57:42 -0600
commite004a8d98e8e491919474c0697fd13d0659d97ad (patch)
treec4f1a1a36eb1117571c49d042cd1e78d1aa2d8fe /.dir-locals.el
parentqemu: Check the unsigned integer overflow (diff)
downloadlibvirt-e004a8d98e8e491919474c0697fd13d0659d97ad.tar.gz
libvirt-e004a8d98e8e491919474c0697fd13d0659d97ad.tar.bz2
libvirt-e004a8d98e8e491919474c0697fd13d0659d97ad.zip
maint: make spacing in .sh files easier
Commit 7f193757 renamed libvirt-guests.init from .in to .sh, which made it slip past sc_TAB_in_indentation. I nearly reintroduced a tab, so I'm pushing this to prevent that from happening. * cfg.mk (sc_TAB_in_indentation): Update rule to include .sh files. * .dir-locals.el: List spacing preference for .sh files.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index f24ec617c..d5eba86de 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -8,4 +8,7 @@
(html-mode . (
(indent-tabs-mode . nil)
))
+ (sh-mode . (
+ (indent-tabs-mode . nil)
+ ))
)