autocmd for yaml files

This commit is contained in:
Jonas Forsberg 2020-08-21 09:50:14 +02:00
parent f27f9c298c
commit 1eb1be4191
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

1
.vimrc
View File

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