From a24ee6a687aa4f8b65320ae29e9f528702a23930 Mon Sep 17 00:00:00 2001 From: karl Date: Wed, 16 Dec 2020 20:06:38 +0100 Subject: [PATCH] Add ColumnLimit which is slightly larger than average --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 65a172a..a63e137 100644 --- a/.clang-format +++ b/.clang-format @@ -8,5 +8,6 @@ AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: 'false' AlwaysBreakBeforeMultilineStrings: 'true' IndentWidth: '4' +ColumnLimit: 100 ...