Browse Source

vim: tweak inline js-beautify settings

Kyle P Davis 10 years ago
parent
commit
49ed4ba7b8
1 changed files with 1 additions and 1 deletions
  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')