Skip to content
Snippets Groups Projects
Commit 22a24cfb authored by Philippe Canal's avatar Philippe Canal
Browse files

VECGEOM-265 Allow short if statement on single line

parent b71a2b6a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
# This option is "deprecated and is retained for backwards compatibility."
# AlwaysBreakAfterDefinitionReturnType: None
......
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