vim modeline: set shiftwidth to a less insane value
authorMichael Prokop <mika@grml.org>
Thu, 13 Oct 2011 17:04:27 +0000 (19:04 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 13 Oct 2011 17:04:27 +0000 (19:04 +0200)
grml-debootstrap
tests/run_tests.sh

index 3f14f75..e041db8 100755 (executable)
@@ -1216,4 +1216,4 @@ fi
 # }}}
 
 ## END OF FILE #################################################################
-# vim: ai tw=100 expandtab foldmethod=marker shiftwidth=3
+# vim: ai tw=100 expandtab foldmethod=marker shiftwidth=2
index 53cd9fc..e1c9f50 100755 (executable)
@@ -26,4 +26,4 @@ done
 exit $GLOBRETVAL
 
 ## END OF FILE #################################################################
-# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3
+# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=2