Add markdown formatting rules to spacevim

This commit is contained in:
Pavle Portic 2020-01-09 09:08:34 +01:00
parent fd4eafa5f9
commit 250add2322
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ function! UserConfig()
autocmd Filetype php setl et ts=4 sw=4 sts=4 tw=0
autocmd Filetype c,cpp setl noet ts=4 sts=4 sw=4
autocmd Filetype rst setl autoindent& cindent& smartindent& indentexpr& et ts=4 sts=4 sw=4
autocmd Filetype markdown setl et ts=2 sts=2 sw=2
autocmd Filetype tex setl et ts=4 sts=4 sw=4
autocmd Filetype nginx setl noet ts=4 sts=4 sw=4
augroup END