mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
523c443d13
Update `.clang-format` with configuration to make the 6.0 format as close as possible to what 3.8 produced before. Then revise the style: * Indent preprocessor directives (a feature new since 3.8) * Add a newline and indentation before inheritance `:` and `,` Rename the Git attribute identifying the format to include the clang-format version number: `format.clang-format-6.0`. This will aid external infrastructure in knowing what version of the tool to run.
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
/Git export-ignore
|
|
/GitSetup export-ignore
|
|
SetupForDevelopment.sh export-ignore
|
|
|
|
# Do not format third-party sources.
|
|
/KWIML/** -format.clang-format-6.0
|
|
/cm*/** -format.clang-format-6.0
|