Added markdown filetype to vim

This commit is contained in:
2022-02-24 22:06:39 -05:00
parent 7463a77093
commit e2362b22f0

View File

@@ -89,6 +89,7 @@ augroup MICHAEL
autocmd! autocmd!
autocmd BufWritePre * :call TrimWhiteSpace() autocmd BufWritePre * :call TrimWhiteSpace()
autocmd Filetype yaml setlocal ts=2 sts=2 sw=2 expandtab autocmd Filetype yaml setlocal ts=2 sts=2 sw=2 expandtab
autocmd Filetype makrdown setlocal tw=79 fo+=t
augroup END augroup END