1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

clang-format: Enforce "east const" qualifier placement

Issue: #26123
This commit is contained in:
Brad King
2025-01-23 11:48:20 -05:00
parent b2ba64add9
commit 08f1cae4e8

View File

@@ -16,6 +16,7 @@ BraceWrapping:
BreakBeforeBraces: Custom
ColumnLimit: 79
IndentPPDirectives: AfterHash
QualifierAlignment: Right
SortUsingDeclarations: false
SpaceAfterTemplateKeyword: true
IncludeBlocks: Regroup