Commit 05e72a33 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 155a8a52
......@@ -90,6 +90,7 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: false
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