From 987be40565f5babf3b00a892fad51647a10f5d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Mon, 11 May 2026 11:55:08 +0200 Subject: [PATCH] Regroup `#include` blocks --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 614acb7..5b116e7 100644 --- a/.clang-format +++ b/.clang-format @@ -7,4 +7,5 @@ BinPackArguments: false BinPackParameters: false ContinuationIndentWidth: 2 ColumnLimit: 0 +IncludeBlocks: Regroup SpaceAfterCStyleCast: true