Explorar el Código

~/.vimrc: Properly indent YAML files

Lucas Stadler %!s(int64=9) %!d(string=hace) años
padre
commit
286b634671
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@ -223,6 +223,8 @@ autocmd BufNewFile,BufRead *.java set includeexpr=substitute(v:fname,'\\.','/','
223 223
autocmd BufNewFile,BufRead *.java set shiftwidth=4 tabstop=4 expandtab
224 224
let g:syntastic_java_checkers = []
225 225
226
autocmd BufNewFile,BufRead *.{yml,yaml} set shiftwidth=2 tabstop=2 expandtab
227
226 228
if filereadable('~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim')
227 229
	source ~/ruby-1.9.4dev/lib/ruby/gems/1.9.1/gems/rcodetools-0.8.5.0/rcodetools.vim
228 230
endif