Make yaml less ass

This commit is contained in:
Salt 2021-02-15 12:08:38 -06:00
parent 6c68f369ce
commit df195ce40e

View File

@ -78,4 +78,7 @@ au BufNewFile,BufRead *.html,*.php
" Treat PHP like HTML
au BufNewFile,BufRead *.php
\ set filetype=html
au FileType yaml
\ set tabstop=2 |
\ set softtabstop=2 |
\ set shiftwidth=2