From 974f35541d01fed572abf6b56ed36084c7d69e5c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 5 Nov 2025 16:29:49 +0100 Subject: [PATCH] reduce line length in clang-format to 90 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 5652c47..5319d95 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,6 @@ --- BasedOnStyle: LLVM -ColumnLimit: "120" +ColumnLimit: "90" IndentWidth: "4" TabWidth: "4" UseTab: Always