Skip to content

Commit 5e8501a

Browse files
committed
sane vim indentation defaults for new files
1 parent de9a521 commit 5e8501a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool-support/src/vim/plugin/31-create-scala.vim

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

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

5151
endfunction
5252

0 commit comments

Comments
 (0)