From: epg <> Date: Sun, 29 Dec 2002 00:21:49 +0000 (+0000) Subject: Add Emacs and vi local variables at the bottom, (attempting) to X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/1dcc14238db6b9fa66812dd9fa0690b390596687?hp=2e623ca57afcf5141f8a0d0638bdef2299348236 Add Emacs and vi local variables at the bottom, (attempting) to enforce four-space indents with no tabs. --- diff --git a/minc b/minc index 17c3d39..4ad09e5 100755 --- a/minc +++ b/minc @@ -691,3 +691,11 @@ stolen from Adam Lazur . Design by Eric Gillespie and Doug Porter . =cut + +# Local variables: +# cperl-indent-level: 4 +# perl-indent-level: 4 +# indent-tabs-mode: nil +# End: + +# vi: set tabstop=4 expandtab: