LLVM's clang-format support for VIM.
This plugin was heavily inspired by clang-format.py but is written entirely in VimScript.
Point your favourite plugin manager to https://github.com/cjuniet/clang-format.vim
Use :ClangFormat to reformat the current buffer.
Default mapping is <Ctrl-K> in normal and visual mode.
Coding style can be set with g:clang_format_style.
This work is licensed under the Creative Commons Attribution.