From c7bd5a9b2b1b645574320e04e6db5a2cfeca4bf3 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Wed, 30 Dec 2020 22:52:23 +0100 Subject: [clang-format] Set max column limit to 160 Before this value was 240, which can result in excessively long lines. --- kde-modules/clang-format.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kde-modules/clang-format.cmake') diff --git a/kde-modules/clang-format.cmake b/kde-modules/clang-format.cmake index c3e43485..c7c99abd 100644 --- a/kde-modules/clang-format.cmake +++ b/kde-modules/clang-format.cmake @@ -17,8 +17,8 @@ Standard: Cpp11 # 4 spaces indent TabWidth: 4 -# 3 * 80 wide lines -ColumnLimit: 240 +# 2 * 80 wide lines +ColumnLimit: 160 # sort includes inside line separated groups SortIncludes: true -- cgit v1.2.1