]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/fmt.vim
3b254835eace6fab890e626c90c2d2e623a43e4c
[dotfiles.git] / vim / .vim / ftplugin / c / fmt.vim
1 set equalprg=clang-format
2 command! -buffer Fmt call fmt#Do()