Tweak clang-format

This commit is contained in:
Anthony Rose 2024-09-17 22:13:47 +01:00
parent bcf0355a50
commit 7d97f7dd97

View file

@ -23,7 +23,7 @@ AlignOperands: DontAlign
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Never
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
@ -139,7 +139,7 @@ BraceWrapping:
AfterControlStatement: Never
AfterEnum: false
AfterFunction: true
AfterNamespace: true
AfterNamespace: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false