Formatting option for short if statements on a single line

This commit is contained in:
Imbus 2025-05-03 17:54:53 +02:00
parent 8745c22268
commit 66b499bc06

View file

@ -6,3 +6,4 @@ ColumnLimit: 80 # Wrap lines after 80 characters
AllowShortLoopsOnASingleLine: true AllowShortLoopsOnASingleLine: true
AlwaysBreakTemplateDeclarations: true AlwaysBreakTemplateDeclarations: true
BreakConstructorInitializers: BeforeComma BreakConstructorInitializers: BeforeComma
AllowShortIfStatementsOnASingleLine: true