From 3dd5482a462f9ee5d453a8dac94a29efdadbbfd4 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 1 Oct 2023 20:19:16 -0400 Subject: [PATCH] set ContinuationIndentWidth to 4 for clang format. --- scripts/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.clang-format b/scripts/.clang-format index 040c260..06805ad 100644 --- a/scripts/.clang-format +++ b/scripts/.clang-format @@ -86,7 +86,7 @@ CompactNamespaces: true ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth : 4 -ContinuationIndentWidth: 0 +ContinuationIndentWidth: 4 Cpp11BracedListStyle: false