diff --git a/.clang-format b/.clang-format index 41e7b1a..ec06966 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,4 @@ ColumnLimit: 80 # Wrap lines after 80 characters AllowShortLoopsOnASingleLine: true AlwaysBreakTemplateDeclarations: true BreakConstructorInitializers: BeforeComma +AllowShortIfStatementsOnASingleLine: true