Skip to content

Commit 04cb909

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2102 from thk123/formatting/sort-includes-clang-format
Sort includes using clang-format
2 parents 7d247da + 7070ba1 commit 04cb909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ NamespaceIndentation: None
8484
PenaltyBreakString: 10000
8585
PointerAlignment: Right
8686
ReflowComments: 'false'
87-
SortIncludes: 'false'
87+
SortIncludes: 'true'
8888
SpaceAfterCStyleCast: 'false'
8989
SpaceBeforeAssignmentOperators: 'true'
9090
SpaceBeforeParens: Never

0 commit comments

Comments
 (0)