Skip to content

Commit 804a685

Browse files
committed
Trying a different clang-format file for the formatting. Only formatting tasks.c on this
1 parent 11cafda commit 804a685

File tree

2 files changed

+659
-973
lines changed

2 files changed

+659
-973
lines changed

.clang-format

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
Language: Cpp
33
AlignAfterOpenBracket: BlockIndent
4+
AlignArrayOfStructures: Left
45
AlignConsecutiveAssignments: None
56
AlignConsecutiveBitFields: AcrossEmptyLinesAndComments
67
AlignConsecutiveDeclarations: None
@@ -48,10 +49,10 @@ BreakBeforeTernaryOperators: true
4849
BreakConstructorInitializers: BeforeColon
4950
BreakInheritanceList: BeforeColon
5051
BreakStringLiterals: true
51-
ColumnLimit: 80
52+
ColumnLimit: 90
5253
CompactNamespaces: false
5354
ContinuationIndentWidth: 4
54-
Cpp11BracedListStyle: false
55+
Cpp11BracedListStyle: true
5556
DeriveLineEnding: false
5657
DerivePointerAlignment: false
5758
EmptyLineBeforeAccessModifier: Always
@@ -76,6 +77,7 @@ PenaltyExcessCharacter: 100
7677
PenaltyIndentedWhitespace: 0
7778
PenaltyReturnTypeOnItsOwnLine: 10000
7879
PointerAlignment: Middle
80+
PackConstructorInitializers: Never
7981
ReflowComments: true
8082
SortIncludes: true
8183
SortUsingDeclarations: true

0 commit comments

Comments
 (0)