Browse Source

.clang-format - do *not* sort include files

It is C++, not Java, the order of includes is often important.
pull/1452/head
Vladislav Vaintroub 6 years ago
parent
commit
155a8a5215
  1. 1
      .clang-format

1
.clang-format

@ -90,7 +90,6 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false

Loading…
Cancel
Save