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