summaryrefslogtreecommitdiff
path: root/contrib/shadow
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-10-01 20:54:51 +0300
committerVille Skyttä <ville.skytta@iki.fi>2009-10-01 20:54:51 +0300
commit369980bf9315edbab1c9bdcaa10fcb505f59defd (patch)
treef8d776358fcf08a95ca8643135de5b2ae76054c1 /contrib/shadow
parenta7fb763fdd1eeeb7639a3d6a20266d9f722001c6 (diff)
downloadbash-completion-369980bf9315edbab1c9bdcaa10fcb505f59defd.tar.gz
Tell *Emacs to indent comments (sh-indent-comment: t).
Also move indentation settings to end of files and expand *Emacs ones to local variables block to avoid overflowing 80 char lines.
Diffstat (limited to 'contrib/shadow')
-rw-r--r--contrib/shadow11
1 files changed, 8 insertions, 3 deletions
diff --git a/contrib/shadow b/contrib/shadow
index 0c150a33..a09e913c 100644
--- a/contrib/shadow
+++ b/contrib/shadow
@@ -1,6 +1,3 @@
-# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
-# ex: ts=8 sw=8 noet filetype=sh
-#
# bash completion for shadow utils
have useradd &&
@@ -494,3 +491,11 @@ _lastlog()
fi
} &&
complete -F _lastlog lastlog
+
+# Local variables:
+# mode: shell-script
+# sh-basic-offset: 8
+# sh-indent-comment: t
+# indent-tabs-mode: t
+# End:
+# ex: ts=8 sw=8 noet filetype=sh