From c7571660bd0ea3abbd88d2e0355f3df5820d07b8 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 2 Apr 2026 14:07:10 +0100 Subject: [PATCH] Adjusted ColumnLimit to 150 --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 0fdcf814..67f77eb5 100644 --- a/.clang-format +++ b/.clang-format @@ -63,8 +63,9 @@ AlignConsecutiveMacros: true # align macro bodies # ============================================================================= # Line length and wrapping # ============================================================================= -ColumnLimit: 0 +ColumnLimit: 150 ReflowComments: true # preserve hand-formatted comment rulers +AlignEscapedNewlines: Left # ============================================================================= # Includes