From 7cc1c48e428bf6988f03658dc5c218707a3f7832 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 25 Dec 2023 18:52:53 +0100 Subject: [PATCH] disallow short fn on a single line --- dotfiles/.clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.clang-format b/dotfiles/.clang-format index 6a9d1ce..2ad6be9 100644 --- a/dotfiles/.clang-format +++ b/dotfiles/.clang-format @@ -1,3 +1,4 @@ IndentWidth: 2 AlwaysBreakTemplateDeclarations: true InsertBraces: true +AllowShortFunctionsOnASingleLine: Empty