From cdad1cbcea682106fe1a66603195f92bdb22e0e2 Mon Sep 17 00:00:00 2001 From: DawnFire42 Date: Wed, 13 May 2026 09:14:35 -0400 Subject: [PATCH] InsertBraces-check-enabled --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 368f41168..4be096155 100644 --- a/.clang-format +++ b/.clang-format @@ -22,12 +22,12 @@ AllowShortFunctionsOnASingleLine: None BinPackParameters: false AllowAllParametersOfDeclarationOnNextLine: false IndentCaseLabels: true -# requires clang-format 15 -# InsertBraces: true PointerAlignment: Right SortIncludes: true IncludeBlocks: Regroup StatementAttributeLikeMacros: [emit] +# requires clang-format 15 +InsertBraces: true # requires clang-format 16 # RemoveSemicolon: true ---