From a8b9b0280123066e0acc7879a6db41a413feb8c7 Mon Sep 17 00:00:00 2001 From: Alexey Shpakovsky Date: Sat, 1 Mar 2014 16:35:00 +0100 Subject: [PATCH] add vim modeline --- bb.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bb.sh b/bb.sh index 8a147e8..0779812 100755 --- a/bb.sh +++ b/bb.sh @@ -1053,3 +1053,5 @@ do_main() { # Do not change anything here. If you want to modify the code, edit do_main() # do_main $* + +# vim: set shiftwidth=4 expandtab: