From: Felix Weilbach Date: Wed, 22 Sep 2021 13:38:45 +0000 (+0200) Subject: Set maximum line length in clang-format X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~18^2~203^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b10be3e52ea8ebe53b39faac4812320152bebc48;p=nextcloud-desktop.git Set maximum line length in clang-format Signed-off-by: Felix Weilbach --- diff --git a/.clang-format b/.clang-format index e240e1379..9fdba8f2f 100644 --- a/.clang-format +++ b/.clang-format @@ -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