We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b0680 commit 23bb9c3Copy full SHA for 23bb9c3
indent/javascript.vim
@@ -12,7 +12,7 @@ let b:did_indent = 1
12
13
" Now, set up our indentation expression and keys that trigger it.
14
setlocal indentexpr=GetJavascriptIndent()
15
-setlocal nolisp autoindent nosmartindent
+setlocal autoindent nolisp nosmartindent
16
setlocal indentkeys=0{,0},0),0],:,!^F,o,O,e
17
setlocal cinoptions+=j1,J1
18
0 commit comments