Add options for clang-format 15. (#1480)

This commit is contained in:
Andreas Süßenbach
2023-01-16 17:38:34 +01:00
committed by GitHub
parent f82746d6ff
commit 68512e6702
6 changed files with 122 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ ConstructorInitializerIndentWidth : 2
ContinuationIndentWidth : 2
Cpp11BracedListStyle : false
EmptyLineAfterAccessModifier : Never
EmptyLineBeforeAccessModifier : LogicalBlock
FixNamespaceComments : true
IncludeBlocks : Regroup
IndentAccessModifiers : false
@@ -63,6 +64,7 @@ IndentCaseBlocks : true
IndentCaseLabels : true
IndentExternBlock : true
IndentPPDirectives : AfterHash
IndentRequires : false
IndentWidth : 2
IndentWrappedFunctionNames : true
KeepEmptyLinesAtTheStartOfBlocks : false