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

@@ -54,12 +54,14 @@ ConstructorInitializerAllOnOneLineOrOnePerLine : true
ConstructorInitializerIndentWidth : 2
ContinuationIndentWidth : 2
Cpp11BracedListStyle : false
EmptyLineBeforeAccessModifier : LogicalBlock
FixNamespaceComments : true
IncludeBlocks : Regroup
IndentCaseBlocks : true
IndentCaseLabels : true
IndentExternBlock : true
IndentPPDirectives : AfterHash
IndentRequires : false
IndentWidth : 2
IndentWrappedFunctionNames : true
KeepEmptyLinesAtTheStartOfBlocks : false