From 4e077b5784ff3648471a13f228547eea6fd678ca Mon Sep 17 00:00:00 2001 From: JJones780 Date: Tue, 18 Jun 2019 20:18:14 -0600 Subject: [PATCH] try with ContinuationIndentWidth: 16 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index e380fb93..a6186ef9 100644 --- a/.clang-format +++ b/.clang-format @@ -23,7 +23,7 @@ BreakConstructorInitializersBeforeComma: true ColumnLimit: 120 ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 4 +ContinuationIndentWidth: 16 DerivePointerAlignment: false # not in 3.4