vim: yaml
This commit is contained in:
parent
fab85b0ebb
commit
4d6d9b620d
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -278,3 +278,7 @@ function! ToggleNERDTreeFind()
|
|||
execute ':NERDTreeFind'
|
||||
endif
|
||||
endfunction
|
||||
|
||||
" yaml einrückung
|
||||
autocmd FileType yaml setlocal ai ts=2 sw=2 et
|
||||
autocmd FileType yml setlocal ai ts=2 sw=2 et
|
Loading…
Reference in a new issue