dotfiles/vim/.vim/ftplugin/markdown.vim
2020-11-23 22:58:15 +01:00

9 lines
169 B
VimL

setlocal suffixesadd+=.md
setlocal shiftwidth=3
setlocal tabstop=3
setlocal shiftround
setlocal smartindent
setlocal autoindent
setlocal expandtab
setlocal textwidth=72