• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

ClangFormat/22-Nov-2023-975634

CMakeLists.txtD22-Nov-20231.3 KiB2924

ClangFormat.slnD22-Nov-2023923 2119

README.txtD22-Nov-2023712 1713

source.extension.vsixmanifest.inD22-Nov-20231.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 2012 Professional
6- Visual Studio 2010 Professional
7- Visual Studio 2010 SDK.
8
9The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
10when configuring a Clang build, and building the clang_format_vsix target.
11
12The CMake build will copy clang-format.exe and LICENSE.TXT into the ClangFormat/
13directory so they can be bundled with the plug-in, as well as creating
14ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with
15CMake once, it can be built manually from the ClangFormat.sln solution in Visual
16Studio.
17