From 04db674b3598a3b124bb7052fa40893111107041 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 23 Jun 2018 15:26:07 +0200 Subject: [PATCH] Set clangformat column limit to 120 Signed-off-by: Clifford Wolf --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8b3158bb..7ea0e475 100644 --- a/.clang-format +++ b/.clang-format @@ -36,7 +36,7 @@ BreakBeforeBinaryOperators: None BreakBeforeBraces: Custom BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -ColumnLimit: 80 +ColumnLimit: 120 CommentPragmas: '^ IWYU pragma:' ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 8