vim modelines: set shiftwidth to 2
authorMichael Prokop <mika@grml.org>
Fri, 22 Jun 2012 20:35:48 +0000 (22:35 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 22 Jun 2012 20:35:51 +0000 (22:35 +0200)
This was just crazy, finally make it more saneā€¦

autoconfig.functions
tests/run_tests.sh

index 035803d..89616dc 100755 (executable)
@@ -2198,4 +2198,4 @@ fi
 # }}}
 
 ## END OF FILE #################################################################
 # }}}
 
 ## END OF FILE #################################################################
-# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3
+# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=2
index 46c4645..700ded1 100755 (executable)
@@ -26,4 +26,4 @@ done
 exit $GLOBRETVAL
 
 ## END OF FILE #################################################################
 exit $GLOBRETVAL
 
 ## END OF FILE #################################################################
-# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3
+# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=2