From 8aec946d635aec9c3d3b6d64739d1c7c1fc7c5cc Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Fri, 19 Oct 2018 13:40:42 +0100 Subject: [PATCH] Update clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 29c5c99b..670df075 100644 --- a/.clang-format +++ b/.clang-format @@ -36,7 +36,7 @@ BreakBeforeBinaryOperators: All BreakBeforeBraces: Attach BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -ColumnLimit: 80 +ColumnLimit: 100 CommentPragmas: '^ IWYU pragma:' ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4