tweak formatting for xml files

This commit is contained in:
Morgan McMillian 2021-06-29 06:44:24 -07:00
parent 474306b18a
commit e64f3b88f8

1
.vimrc
View file

@ -37,6 +37,7 @@ autocmd FileType python setlocal et ts=4 sw=4
autocmd FileType qml setlocal et ts=4 sw=4
autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap
autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
autocmd FileType xml setlocal et ts=2 sw=2
nmap <F4> :set spell!<CR>
nmap <F3> :set list!<CR>