vimrc: autocmd yaml

This commit is contained in:
fanyx 2024-02-28 16:27:23 +01:00
parent d356617460
commit 2c90146c17
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -55,3 +55,5 @@ set nomodeline
set noswapfile
set nrformats-=octal
set wildignore+=.pyc,.swp
autocmd FileType yaml setlocal ai ts=2 sw=2 et cuc nu