From e1747af2967d2d5f011d54699cceb195418fec92 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 17 Oct 2023 22:17:01 +0200 Subject: [PATCH] CI: use clang-format to add braces --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 0965e5724..5efdc68eb 100644 --- a/.clang-format +++ b/.clang-format @@ -22,6 +22,7 @@ Cpp11BracedListStyle: "false" FixNamespaceComments: "true" IncludeBlocks: Preserve IndentWidth: "4" +InsertBraces: "true" MaxEmptyLinesToKeep: "2" NamespaceIndentation: None PointerAlignment: Left