]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/fmt.vim
clang-format is already pretty friendly to Vim
[dotfiles.git] / vim / .vim / ftplugin / c / fmt.vim
index 2deba28cf39897bd58cb9c072cc5764a5dcd86f5..3b254835eace6fab890e626c90c2d2e623a43e4c 100644 (file)
@@ -1,2 +1,2 @@
-set equalprg=cfmt.sh
+set equalprg=clang-format
 command! -buffer Fmt call fmt#Do()