From 1031376b37ce909fb4cd064259d9e8ee9c06cca5 Mon Sep 17 00:00:00 2001 From: Mark Dokter Date: Fri, 27 Sep 2024 08:29:45 +0200 Subject: [PATCH] [DAPHNE-#839] Code formatting to 120 columns Line length extended to accomodate for screen sizes that can't even be called modern nowadays. Closes #839 --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 80d3293a3..ed5e6cc42 100644 --- a/.clang-format +++ b/.clang-format @@ -1,2 +1,3 @@ BasedOnStyle: LLVM IndentWidth: 4 +ColumnLimit: 120