From 865d54f3afb39a5a8595a7afaee279c6fb45fb14 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Nov 2023 22:05:17 +0100 Subject: [PATCH] break template --- dotfiles/.clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.clang-format b/dotfiles/.clang-format index b8e09f8..b08de9b 100644 --- a/dotfiles/.clang-format +++ b/dotfiles/.clang-format @@ -1 +1,2 @@ IndentWidth: 2 +AlwaysBreakTemplateDeclarations: true