diff --git a/.clang-format b/.clang-format index eeb900b7e..74bf086d5 100644 --- a/.clang-format +++ b/.clang-format @@ -10,12 +10,12 @@ BreakBeforeBraces: Custom BraceWrapping: AfterControlStatement: MultiLine ReflowComments: false -SortIncludes: false AccessModifierOffset: -4 # BreakBeforeBinaryOperators: None # BreakBeforeTernaryOperators: true # AlignConsecutiveAssignments: false PackConstructorInitializers: Never +SortIncludes: false IncludeCategories: - - Regex: '"d/dolzel\.h"' + - Regex: '"d/dolzel(_rel)?\.h"' Priority: -1000