Skip to content
Snippets Groups Projects
Commit af6059d4 authored by Cédric Roux's avatar Cédric Roux Committed by Robert Schmidt
Browse files

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

parent d0079ce5
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1689integration_2022_wk35b,!785Add .clang-format file
......@@ -24,7 +24,7 @@ BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: 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