From d59808cedaef30464d1630ee09e4d3a15c0dbcf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Petit?= Date: Fri, 17 Apr 2020 10:54:58 +0100 Subject: [PATCH] clang-format: indent continued lines (#739) This addresses comments from recent PR reviews. Signed-off-by: Kevin Petit --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ef5e5aee..e6e5a7cb 100644 --- a/.clang-format +++ b/.clang-format @@ -53,7 +53,7 @@ CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 0 +ContinuationIndentWidth: 4 Cpp11BracedListStyle: false DerivePointerAlignment: true DisableFormat: false