From dd757a7c74a65260c097231924569013373c6bef Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 1 Dec 2025 03:55:10 +0100 Subject: [PATCH] chore(clang-format): increase column limit --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index f3bb126..f7cfc80 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,6 @@ UseTab: Always TabWidth: 4 IndentWidth: 4 IndentCaseLabels: true -ColumnLimit: 100 +ColumnLimit: 120 PointerAlignment: Right AllowShortFunctionsOnASingleLine: None