Skip to content

Commit f9acc6d

Browse files
committed
Add vim modeline magic
Vim users will automagically enforce a 2 space indentation.
1 parent ff8d03e commit f9acc6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitreceive

+2
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,5 @@ main() {
175175
}
176176

177177
[[ "$0" == "$BASH_SOURCE" ]] && main $@
178+
179+
# vim: set ts=2 sw=2 et:

0 commit comments

Comments
 (0)