We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7657218 commit d1760f7Copy full SHA for d1760f7
indent/scala.vim
@@ -13,6 +13,8 @@ setlocal autoindent
13
setlocal indentexpr=GetScalaIndent()
14
setlocal indentkeys=0{,0},0),!^F,<>>,o,O,e,=case,<CR>
15
16
+let b:undo_indent = "setl ai< inde< indk<"
17
+
18
if exists("*GetScalaIndent")
19
finish
20
endif
0 commit comments