From fc58987650e3c8f6397a85b4400a6b526f64d141 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 22 Jun 2012 22:35:48 +0200 Subject: [PATCH] vim modelines: set shiftwidth to 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This was just crazy, finally make it more sane… --- autoconfig.functions | 2 +- tests/run_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconfig.functions b/autoconfig.functions index 035803d..89616dc 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -2198,4 +2198,4 @@ fi # }}} ## END OF FILE ################################################################# -# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=3 +# vim:foldmethod=marker expandtab ai ft=zsh shiftwidth=2 diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 46c4645..700ded1 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -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 -- 2.1.4