diff --git a/.clang-format b/.clang-format index 8df5705..4a008c4 100644 --- a/.clang-format +++ b/.clang-format @@ -7,3 +7,4 @@ ColumnLimit: 120 PointerAlignment: Right AllowShortFunctionsOnASingleLine: None InsertBraces: true +AllowShortBlocksOnASingleLine: Empty