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 ---