mirror of
https://github.com/foxcpp/maddy.git
synced 2026-02-12 10:43:22 +02:00
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
|