From fcf04bd547b7d2feda4b157703abc147609e6136 Mon Sep 17 00:00:00 2001 From: Starcea Date: Fri, 24 May 2024 21:46:33 +0900 Subject: [PATCH] style: remove optional braces --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 404a88f..1563e9a 100644 --- a/.clang-format +++ b/.clang-format @@ -11,4 +11,5 @@ BinPackParameters: false IndentWidth: 4 InsertNewlineAtEOF: true PackConstructorInitializers: CurrentLine +RemoveBracesLLVM: true SpaceBeforeCpp11BracedList: true