Skip to content

Commit dc264b1

Browse files
author
Rob Walker
authored
sort includes (project-chip#683)
1 parent bcbb16e commit dc264b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PenaltyExcessCharacter: 1000000
9090
PenaltyReturnTypeOnItsOwnLine: 60
9191
PointerAlignment: Middle
9292
ReflowComments: true
93-
SortIncludes: false
93+
SortIncludes: true
9494
SortUsingDeclarations: true
9595
SpaceAfterCStyleCast: true
9696
SpaceAfterTemplateKeyword: true
@@ -206,7 +206,7 @@ PenaltyExcessCharacter: 1000000
206206
PenaltyReturnTypeOnItsOwnLine: 60
207207
PointerAlignment: Middle
208208
ReflowComments: true
209-
SortIncludes: false
209+
SortIncludes: true
210210
SortUsingDeclarations: true
211211
SpaceAfterCStyleCast: true
212212
SpaceAfterLogicalNot: false

0 commit comments

Comments
 (0)