Updated jscs default
This commit is contained in:
parent
9a9314d351
commit
57b34851c3
@ -63,7 +63,7 @@ endif
|
||||
|
||||
" Javascript
|
||||
let g:formatdef_jsbeautify_javascript = '"js-beautify -f - -".(&expandtab ? "s ".&shiftwidth : "t").(&textwidth ? " -w ".&textwidth : "")'
|
||||
let g:formatdef_jscs_javascript = 'jscs'
|
||||
let g:formatdef_jscs = '"jscs -x"'
|
||||
if !exists('g:formatters_javascript')
|
||||
let g:formatters_javascript = [
|
||||
\ 'jsbeautify_javascript',
|
||||
|
Loading…
Reference in New Issue
Block a user