clang-format is a tool to format C/C++/Obj-C source code. This plugin provides a convenient way of using it in Visual Studio. It adds two new commands under the Tools menu: Clang Format Selection (CTRL+R, CTRL+F) and Clang Format Document (CTRl+R, CTRL+D). For more information, see the clang-format documentation at http://clang.llvm.org/docs/ClangFormat.html Note: Starting with version 6.0.0.313060, the plugin has a new extension id. If you have a previous version of the plug-in installed, it will not be updated anymore and you may want to uninstall it. |