Skip to content
Snippets Groups Projects
Commit d9cfb21d authored by calrama's avatar calrama
Browse files

Update formating style

parent 193c7aa4
No related branches found
No related tags found
No related merge requests found
Pipeline #51233 passed
...@@ -32,13 +32,13 @@ BreakBeforeBraces: Custom ...@@ -32,13 +32,13 @@ BreakBeforeBraces: Custom
BraceWrapping: BraceWrapping:
AfterClass: true AfterClass: true
AfterControlStatement: false AfterControlStatement: false
AfterEnum: false AfterEnum: true
AfterFunction: true AfterFunction: true
AfterNamespace: true AfterNamespace: true
AfterObjCDeclaration: false AfterObjCDeclaration: true
AfterStruct: true AfterStruct: true
AfterUnion: false AfterUnion: true
AfterExternBlock: false AfterExternBlock: true
BeforeCatch: false BeforeCatch: false
BeforeElse: false BeforeElse: false
IndentBraces: false IndentBraces: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment