From 369980bf9315edbab1c9bdcaa10fcb505f59defd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 1 Oct 2009 20:54:51 +0300 Subject: 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. --- contrib/shadow | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'contrib/shadow') 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 -- cgit v1.2.1