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
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: false
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: false
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: false
AfterExternBlock: false
AfterUnion: true
AfterExternBlock: true
BeforeCatch: false
BeforeElse: 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