From c900346213d85f9cb8ed73557055063c4fd0705a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 13 Dec 2023 12:00:58 +0100 Subject: [PATCH] InsertBraces --- dotfiles/.clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.clang-format b/dotfiles/.clang-format index b08de9b..6a9d1ce 100644 --- a/dotfiles/.clang-format +++ b/dotfiles/.clang-format @@ -1,2 +1,3 @@ IndentWidth: 2 AlwaysBreakTemplateDeclarations: true +InsertBraces: true