vim-autoformat/formatprgdefaults.vim

2 lines
88 B
VimL
Raw Normal View History

if !exists(g:formatprg_cs) | let g:formatprg_cs="astyle --mode=cs --style=ansi" | endif