From 371d1bf670e614c77c545a241a9f811d9f7d3fe5 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 22 Apr 2024 02:32:30 +0200 Subject: [PATCH] while; --- dotfiles/.clang-format | 1 + 1 file changed, 1 insertion(+) 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