• Home
Name Date Size #Lines LOC

..--

ClangFormat/03-May-2024-1,123757

CMakeLists.txtD03-May-20241.3 KiB2924

ClangFormat.slnD03-May-2024923 2119

README.txtD03-May-2024745 1814

source.extension.vsixmanifest.inD03-May-20241.3 KiB3736

README.txt

1This directory contains a VSPackage project to generate a Visual Studio extension
2for clang-format.
3
4Build prerequisites are:
5- Visual Studio 2013 Professional
6- Visual Studio 2013 SDK
7- Visual Studio 2010 Professional (?)
8- Visual Studio 2010 SDK (?)
9
10The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
11when configuring a Clang build, and building the clang_format_vsix target.
12
13The CMake build will copy clang-format.exe and LICENSE.TXT into the ClangFormat/
14directory so they can be bundled with the plug-in, as well as creating
15ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with
16CMake once, it can be built manually from the ClangFormat.sln solution in Visual
17Studio.
18