diff options
Diffstat (limited to 'kde-modules/clang-format.cmake')
-rw-r--r-- | kde-modules/clang-format.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
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 |