Commit 155a8a52 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

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

It is C++, not Java, the order of includes is often important.
parent 117c8146
......@@ -90,7 +90,6 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment