diff --git a/.clang-format b/.clang-format index deca1f0..5fcf915 100644 --- a/.clang-format +++ b/.clang-format @@ -3,3 +3,4 @@ InsertBraces: true BreakBeforeBraces: Linux AlwaysBreakAfterReturnType: TopLevelDefinitions SpaceBeforeParens: Never +AllowShortLoopsOnASingleLine: true