From dfdf7f5159126cdcad1b4a6fb270208a9e9547d7 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 16 Oct 2022 08:04:09 +0800 Subject: [PATCH] Update priority of headers --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.clang-format b/.clang-format index 616348ec..f6f94c96 100644 --- a/.clang-format +++ b/.clang-format @@ -19,6 +19,10 @@ BinPackParameters: false BreakBeforeBinaryOperators: All PackConstructorInitializers: NextLine IncludeCategories: + - Regex: 'testlib\.h' + Priority: 1 + SortPriority: 0 + CaseSensitive: false - Regex: '^<(iostream|cstdio)>' Priority: 2 SortPriority: 1