From c6d21ba175447524e4e2e21e00d50f937ea9a935 Mon Sep 17 00:00:00 2001 From: karl Date: Mon, 28 Dec 2020 12:11:15 +0100 Subject: [PATCH] Update clang-format to cpp-template status --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 65a172a..5f23e8f 100644 --- a/.clang-format +++ b/.clang-format @@ -8,5 +8,5 @@ AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: 'false' AlwaysBreakBeforeMultilineStrings: 'true' IndentWidth: '4' - -... +ColumnLimit: 100 +... \ No newline at end of file