File tree Expand file tree Collapse file tree 2 files changed +659
-973
lines changed Expand file tree Collapse file tree 2 files changed +659
-973
lines changed Original file line number Diff line number Diff line change 11---
22Language : Cpp
33AlignAfterOpenBracket : BlockIndent
4+ AlignArrayOfStructures : Left
45AlignConsecutiveAssignments : None
56AlignConsecutiveBitFields : AcrossEmptyLinesAndComments
67AlignConsecutiveDeclarations : None
@@ -48,10 +49,10 @@ BreakBeforeTernaryOperators: true
4849BreakConstructorInitializers : BeforeColon
4950BreakInheritanceList : BeforeColon
5051BreakStringLiterals : true
51- ColumnLimit : 80
52+ ColumnLimit : 90
5253CompactNamespaces : false
5354ContinuationIndentWidth : 4
54- Cpp11BracedListStyle : false
55+ Cpp11BracedListStyle : true
5556DeriveLineEnding : false
5657DerivePointerAlignment : false
5758EmptyLineBeforeAccessModifier : Always
@@ -76,6 +77,7 @@ PenaltyExcessCharacter: 100
7677PenaltyIndentedWhitespace : 0
7778PenaltyReturnTypeOnItsOwnLine : 10000
7879PointerAlignment : Middle
80+ PackConstructorInitializers : Never
7981ReflowComments : true
8082SortIncludes : true
8183SortUsingDeclarations : true
You can’t perform that action at this time.
0 commit comments