Add explicit format settings for jsonnet

This commit is contained in:
Thomas Gideon 2017-06-21 15:48:29 -04:00
parent 76f186c4ab
commit 05033c36e1
2 changed files with 2 additions and 0 deletions

1
jsonnet.vim Normal file
View File

@ -0,0 +1 @@
let g:jsonnet_fmt_options="-n 2 -i"

1
vimrc
View File

@ -13,6 +13,7 @@ source airline.vim
source syntastic.vim
source unite.vim
source mapping.vim
source jsonnet.vim
exec "cd " . oldwd
" turn on file type plugins