From 8ef970b679505ea82ea41e94ffa972a732731eae Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 30 May 2025 11:09:54 +0200 Subject: source: reformat include statements --- .clang-format | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 4301842..7453904 100644 --- a/.clang-format +++ b/.clang-format @@ -66,37 +66,27 @@ FixNamespaceComments: true IncludeBlocks: Regroup IncludeCategories: # Local Headers - - Regex: '^"[[:alnum:]_/\-]+\.h(pp)?' + - Regex: '^("|<)turns' Priority: 100 - # Catch2 Headers - - Regex: '^' Priority: 600 - IndentCaseLabels: false IndentPPDirectives: None IndentWidth: 2 -- cgit v1.2.3