From 4c60b13e0b8011e4e0b093a690e939f3b23e2436 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 5 Sep 2022 20:36:40 +0200 Subject: clang-format: Enforce braces around statements --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 375a0df2..b6cfbf38 100644 --- a/.clang-format +++ b/.clang-format @@ -24,6 +24,7 @@ IncludeCategories: Priority: 2 - Regex: "^<[^Q].*" Priority: 3 +InsertBraces: true Language: Cpp PointerAlignment: Right ReflowComments: true -- cgit v1.2.3