autocmd for yaml files

This commit is contained in:
Jonas Forsberg
2020-08-21 09:50:14 +02:00
parent f27f9c298c
commit 1eb1be4191

1
.vimrc

@@ -144,6 +144,7 @@ if has("autocmd")
" Set filetype tab settings
autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
endif