Add yaml to 2 tabs

This commit is contained in:
Kevin Cotugno 2018-11-27 08:19:01 -08:00
parent 34c9592ae2
commit b3fc936e75

View File

@ -66,7 +66,9 @@ autocmd BufRead,BufNewFile
\*.erb,
\*.html,
\*.json,
\*.vue
\*.vue,
\*.yml,
\*.yaml
\ set tabstop=2 shiftwidth=2 expandtab
autocmd FileType crontab set backupcopy=yes