vim: yaml

This commit is contained in:
Michael Grote 2023-08-30 13:26:19 +02:00
parent fab85b0ebb
commit 4d6d9b620d

4
.vimrc
View file

@ -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