• Home
Name Date Size #Lines LOC

..--

ClangFormat/03-May-2024-1,006664

CMakeLists.txtD03-May-2024764 1715

ClangFormat.slnD03-May-2024923 2119

README.txtD03-May-2024516 1410

README.txt

1This directory contains a VSPackage project to generate a Visual Studio extension
2for clang-format.
3
4Build prerequisites are:
5- Visual Studio 2012 Professional
6- Visual Studio 2010 Professional
7- Visual Studio 2010 SDK.
8
9clang-format.exe must be copied into the ClangFormat/ directory before building.
10It will be bundled into the .vsix file.
11
12The extension can be built manually from ClangFormat.sln (e.g. by opening it in
13Visual Studio), or with cmake by setting the BUILD_CLANG_FORMAT_VS_PLUGIN flag.
14