9 lines
194 B
VimL
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
|