Update .clang-format to be consistent with new version (#1376)

This commit is contained in:
Lee Bousfield 2018-11-13 10:58:50 -06:00 committed by Roy Keene
commit 796463142e

View file

@ -21,6 +21,7 @@ ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 0
KeepEmptyLinesAtTheStartOfBlocks: false
IndentCaseLabels: true
SpaceBeforeCpp11BracedList: false
BraceWrapping:
AfterEnum: true
AfterStruct: true