yaml indent

This commit is contained in:
Peter Dahlberg
2018-03-05 08:05:53 +01:00
parent 8a5ca0814d
commit ddb3ffbde0

View File

@@ -165,6 +165,8 @@ autocmd FileType json setlocal expandtab shiftwidth=3 tabstop=3 softtabstop=3
autocmd FileType c setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
" enable mouse
set mouse=nvc