Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-09-22 16:38:45 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-09-27 18:40:55 +0300
commitb10be3e52ea8ebe53b39faac4812320152bebc48 (patch)
tree17d8ad132c83e013a34efb8672d51cc0aa74aca3 /.clang-format
parent2a6886dc70911f66ec9c164300fde5bb59d5861f (diff)
Set maximum line length in clang-format
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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