From 99fea81fcbf7bbdd902a33e0c4a9d492826fde80 Mon Sep 17 00:00:00 2001 From: Alexey Shpakovsky Date: Tue, 18 Mar 2014 21:40:50 +0100 Subject: [PATCH] add tabstop to vim modeline --- bb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.sh b/bb.sh index c3b6383..1a68286 100755 --- a/bb.sh +++ b/bb.sh @@ -1066,4 +1066,4 @@ do_main() { # do_main $* -# vim: set shiftwidth=4 expandtab: +# vim: set shiftwidth=4 tabstop=4 expandtab: