whitespace bugfix

This commit is contained in:
Chiel92 2012-12-01 18:53:11 +01:00
parent 19b7a6437b
commit 038d61081e

View File

@ -1,10 +1,11 @@
let s:bundleDir = fnamemodify(expand("<sfile>"), ":h:h:h") let s:bundleDir = fnamemodify(expand("<sfile>"), ":h:h:h")
let s:prgpath = s:bundleDir."/js-beautify/python/js-beautify" let s:prgpath = s:bundleDir."/js-beautify/python/js-beautify"
let s:arguments = "-i" let s:arguments = "-i"
if executable(s:prgpath) if executable(s:prgpath)
let &formatprg=s:prgpath." ".s:arguments let &formatprg=s:prgpath." ".s:arguments
endif endif
set expandtab set expandtab
set tabstop = 4 set tabstop=4
set shiftwidth = 4 set shiftwidth=4