Commit af6059d4 authored by Cedric Roux's avatar Cedric Roux Committed by Robert Schmidt

clang-format: open-brace at column one to start the body of a function

parent d0079ce5
......@@ -24,7 +24,7 @@ BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment