Skip to content

Commit 24119e8

Browse files
author
Sean Chang
committed
change sw and ts to 3
1 parent 5b12fdd commit 24119e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/31-create-scala.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function! MakeScalaFile()
4545
"norm G
4646
"call append(".", "} /// end of " . class)
4747

48-
call append(".", "// vim: set ts=4 sw=4 et:")
48+
call append(".", "// vim: set ts=3 sw=3 et:")
4949
call append(".", "")
5050

5151
endfunction

0 commit comments

Comments
 (0)