From 796463142e7188b23e2fe5458455fd3bd3c623bd Mon Sep 17 00:00:00 2001 From: Lee Bousfield Date: Tue, 13 Nov 2018 10:58:50 -0600 Subject: [PATCH] Update .clang-format to be consistent with new version (#1376) --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 3cc7dfe9..1986032c 100644 --- a/.clang-format +++ b/.clang-format @@ -21,6 +21,7 @@ ConstructorInitializerIndentWidth: 0 ContinuationIndentWidth: 0 KeepEmptyLinesAtTheStartOfBlocks: false IndentCaseLabels: true +SpaceBeforeCpp11BracedList: false BraceWrapping: AfterEnum: true AfterStruct: true