diff --git a/.clang-format b/.clang-format index 5e614253..616348ec 100644 --- a/.clang-format +++ b/.clang-format @@ -20,15 +20,15 @@ BreakBeforeBinaryOperators: All PackConstructorInitializers: NextLine IncludeCategories: - Regex: '^<(iostream|cstdio)>' - Priority: 1 + Priority: 2 SortPriority: 1 CaseSensitive: false - Regex: '^<.*' - Priority: 1 - SortPriority: 0 - CaseSensitive: false - - Regex: '.*' Priority: 2 SortPriority: 0 CaseSensitive: false + - Regex: '.*' + Priority: 3 + SortPriority: 0 + CaseSensitive: false # InsertBraces: true ## clang-format 15