Skip to content

Commit 23bb9c3

Browse files
authored
last cleaning
1 parent 88b0680 commit 23bb9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/javascript.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let b:did_indent = 1
1212

1313
" Now, set up our indentation expression and keys that trigger it.
1414
setlocal indentexpr=GetJavascriptIndent()
15-
setlocal nolisp autoindent nosmartindent
15+
setlocal autoindent nolisp nosmartindent
1616
setlocal indentkeys=0{,0},0),0],:,!^F,o,O,e
1717
setlocal cinoptions+=j1,J1
1818

0 commit comments

Comments
 (0)