Updating .clang-format (#915)

This commit is contained in:
louib 2017-08-31 09:24:36 -04:00 committed by GitHub
parent 091a35293a
commit e217774678

View File

@ -23,11 +23,10 @@ BraceWrapping:
AfterClass: true AfterClass: true
AfterFunction: true AfterFunction: true
AfterControlStatement: false AfterControlStatement: false
AfterEnum: false AfterEnum: true
AfterNamespace: false AfterNamespace: true
AfterObjCDeclaration: false AfterStruct: true
AfterStruct: false AfterUnion: true
AfterUnion: false
BeforeCatch: false BeforeCatch: false
BeforeElse: false BeforeElse: false
IndentBraces: false IndentBraces: false