2012-12-01 05:18:53 -05:00
|
|
|
let s:CliOptions = "-d"
|
2012-10-09 19:04:23 -04:00
|
|
|
let s:bundleDir = fnamemodify(expand("<sfile>"), ":h:h:h")
|
2012-12-01 05:18:53 -05:00
|
|
|
let &formatprg=s:bundleDir."/js-beautify/python/js-beautify -i ".s:CliOptions
|
2012-10-09 19:04:23 -04:00
|
|
|
|
|
|
|
set expandtab
|
|
|
|
set tabstop=4
|
|
|
|
set shiftwidth=4
|