Merge pull request #120 from louib/clang_format_dont_sort_includes

Do not sort includes on clang-format
This commit is contained in:
PartialVolume
2019-11-08 22:35:39 +00:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
ReflowComments: true
SortIncludes: true
SortIncludes: false
SpaceAfterCStyleCast: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Never