Merge branch 'sbdchd-json'
This commit is contained in:
commit
e83775354e
@ -112,7 +112,13 @@ endif
|
|||||||
|
|
||||||
" JSON
|
" JSON
|
||||||
if !exists('g:formatdef_jsbeautify_json')
|
if !exists('g:formatdef_jsbeautify_json')
|
||||||
|
if filereadable('.jsbeautifyrc')
|
||||||
|
let g:formatdef_jsbeautify_json = '"js-beautify"'
|
||||||
|
elseif filereadable(expand('~/.jsbeautifyrc'))
|
||||||
|
let g:formatdef_jsbeautify_json = '"js-beautify"'
|
||||||
|
else
|
||||||
let g:formatdef_jsbeautify_json = '"js-beautify -f - -".(&expandtab ? "s ".shiftwidth() : "t")'
|
let g:formatdef_jsbeautify_json = '"js-beautify -f - -".(&expandtab ? "s ".shiftwidth() : "t")'
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists('g:formatdef_pyjsbeautify_json')
|
if !exists('g:formatdef_pyjsbeautify_json')
|
||||||
|
Loading…
Reference in New Issue
Block a user