Set maximum line length in clang-format
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Wed, 22 Sep 2021 13:38:45 +0000 (15:38 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Mon, 27 Sep 2021 15:40:55 +0000 (15:40 +0000)
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
.clang-format

index e240e1379c1110ac18852ab96eedd640160c34d0..9fdba8f2fda5a3793c81bf8b971e03893235f0e7 100644 (file)
@@ -12,7 +12,7 @@
 BasedOnStyle: WebKit
 
 Standard: Cpp11
-ColumnLimit: 0
+ColumnLimit: 120
 
 # Disable reflow of qdoc comments: indentation rules are different.
 # Translation comments are also excluded