浏览代码

vim: tweak inline js-beautify settings

Kyle P Davis 11 年之前
父节点
当前提交
49ed4ba7b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vimrc

+ 1 - 1
.vimrc

@@ -33,7 +33,7 @@ autocmd BufNewFile,BufRead *.md set ft=markdown
 autocmd BufNewFile,BufRead *.go set filetype=go
 
 " run js-beautify with the = key
-autocmd FileType javascript setlocal equalprg=js-beautify\ -f\ -\ -q\ -t\ -j\ -w\ 140\ --good-stuff
+autocmd FileType javascript setlocal equalprg=js-beautify\ -q\ -t\ -w\ 140\ -f\ -
 
 " VIM-PLUG PLUGINS (WITH FIRST-RUN AUTOINSTALL)
 let PLUG_VIM_FILE = expand('~/.vim/autoload/plug.vim')