diff --git a/dotfiles/.clang-format b/dotfiles/.clang-format index 2ad6be9..8aca143 100644 --- a/dotfiles/.clang-format +++ b/dotfiles/.clang-format @@ -2,3 +2,4 @@ IndentWidth: 2 AlwaysBreakTemplateDeclarations: true InsertBraces: true AllowShortFunctionsOnASingleLine: Empty +AllowShortLoopsOnASingleLine: true