From 4e555fdbda6b9f5ea6c3dc29e16b992a0fe6e556 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 29 May 2025 12:31:54 +0200 Subject: gui: reintroduce basic testing skeleton --- .clang-format | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 187d49c..4301842 100644 --- a/.clang-format +++ b/.clang-format @@ -67,34 +67,34 @@ IncludeBlocks: Regroup IncludeCategories: # Local Headers - Regex: '^"[[:alnum:]_/\-]+\.h(pp)?' - Priority: 200 + Priority: 100 # Catch2 Headers - Regex: '^' - Priority: 500 + Priority: 600 IndentCaseLabels: false -- cgit v1.2.3