File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11---
22AccessModifierOffset: '-4'
3- AlignAfterOpenBracket: DontAlign
3+ AlignAfterOpenBracket: AlwaysBreak
44AlignConsecutiveMacros: 'true'
55AlignConsecutiveAssignments: 'false'
66AlignConsecutiveDeclarations: 'false'
@@ -32,6 +32,7 @@ BraceWrapping:
3232 AfterExternBlock: true
3333 BeforeCatch: true
3434 BeforeElse: true
35+ BeforeLambdaBody: true
3536 IndentBraces: false
3637 SplitEmptyFunction: true
3738 SplitEmptyRecord: true
@@ -49,6 +50,11 @@ Cpp11BracedListStyle: 'false'
4950DerivePointerAlignment: 'false'
5051FixNamespaceComments: 'true'
5152IncludeBlocks: Regroup
53+ IncludeCategories:
54+ - Regex: '^<.*'
55+ Priority: 1
56+ - Regex: '^".*'
57+ Priority: 2
5258IndentCaseLabels: 'true'
5359IndentPPDirectives: None
5460IndentWidth: '4'
@@ -59,7 +65,6 @@ MaxEmptyLinesToKeep: '2'
5965NamespaceIndentation: None
6066PointerAlignment: Left
6167ReflowComments: 'true'
62- SortIncludes: 'true'
6368SortUsingDeclarations: 'true'
6469SpaceAfterCStyleCast: 'false'
6570SpaceAfterLogicalNot: 'false'
You can’t perform that action at this time.
0 commit comments