Skip to content

Commit aa9a46a

Browse files
committed
for better switch handling (#424)
#423
1 parent c9eda1f commit aa9a46a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indent/javascript.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ setlocal nosmartindent
1717
setlocal indentexpr=GetJavascriptIndent()
1818
setlocal formatexpr=Fixedgq(v:lnum,v:count)
1919
setlocal indentkeys=0{,0},0),0],0\,:,!^F,o,O,e
20+
setlocal cinoptions+=j1,J1
2021

2122
" Only define the function once.
2223
if exists("*GetJavascriptIndent")

0 commit comments

Comments
 (0)