maddy/dist/vim/ftplugin/maddy-conf.vim
2025-09-05 16:54:41 +02:00

9 lines
194 B
VimL

setlocal commentstring=#\ %s
" That is convention for maddy configs. Period.
" - fox.cpp (maddy developer)
setlocal expandtab
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4