From 772efe64aabfd9d65ad2184d511ea9c072ff7edd Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 26 Aug 2025 13:49:06 -0400 Subject: [PATCH] Fix clang putting other includes before the pch --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format b/.clang-format index 30f2a0c89..eeb900b7e 100644 --- a/.clang-format +++ b/.clang-format @@ -16,3 +16,6 @@ AccessModifierOffset: -4 # BreakBeforeTernaryOperators: true # AlignConsecutiveAssignments: false PackConstructorInitializers: Never +IncludeCategories: + - Regex: '"d/dolzel\.h"' + Priority: -1000