diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-29 19:41:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-29 19:41:28 +0300 |
commit | 98bbdc8bcb74722e30940d747467007c3369fa9c (patch) | |
tree | a530e27a6061c472a7711358f946b36c5afe15c7 /autogen.sh | |
parent | 1ec7b6a4965dba5c83709d0275a43697c15668ac (diff) |
Add Emacs and vim mode setting
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 6b49365bd437..bf5b2670430d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -113,3 +113,10 @@ if (defined $ENV{NOCONFIGURE}) { print "running ./configure with '" . join ("' '", @args), "'\n"; system ("./configure", @args); } + +# Local Variables: +# tab-width: 4 +# indent-tabs-mode: nil +# End: + +# vim:set shiftwidth=4 softtabstop=4 expandtab: # |