Added jscs definition for JavaScript
This commit is contained in:
parent
a4533d1769
commit
9a9314d351
@ -63,8 +63,12 @@ endif
|
|||||||
|
|
||||||
" Javascript
|
" Javascript
|
||||||
let g:formatdef_jsbeautify_javascript = '"js-beautify -f - -".(&expandtab ? "s ".&shiftwidth : "t").(&textwidth ? " -w ".&textwidth : "")'
|
let g:formatdef_jsbeautify_javascript = '"js-beautify -f - -".(&expandtab ? "s ".&shiftwidth : "t").(&textwidth ? " -w ".&textwidth : "")'
|
||||||
|
let g:formatdef_jscs_javascript = 'jscs'
|
||||||
if !exists('g:formatters_javascript')
|
if !exists('g:formatters_javascript')
|
||||||
let g:formatters_javascript = ['jsbeautify_javascript']
|
let g:formatters_javascript = [
|
||||||
|
\ 'jsbeautify_javascript',
|
||||||
|
\ 'jscs'
|
||||||
|
\ ]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user