Set maximum line length in clang-format

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
This commit is contained in:
Felix Weilbach 2021-09-22 15:38:45 +02:00 committed by Matthieu Gallien (Rebase PR Action)
parent 2a6886dc70
commit b10be3e52e
1 changed files with 1 additions and 1 deletions

View 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