Add missing autocmd's.

This commit is contained in:
Thomas Gideon 2015-04-27 16:52:30 -04:00
parent a5b3fb4a12
commit 69257b4882

View file

@ -1,6 +1,6 @@
set ts=2
set sw=2
set expandtab
set nolinebreak
set fdm=indent
set tw=0
autocmd filetype markdown set ts=2
autocmd filetype markdown et sw=2
autocmd filetype markdown et expandtab
autocmd filetype markdown et nolinebreak
autocmd filetype markdown et fdm=indent
autocmd filetype markdown et tw=0