From 013909999426cb2ce6ae63fd2b7b6501e04a67c2 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 1 Sep 2026 22:57:15 +0800 Subject: [PATCH] fix(clang-format): Illegal EnumTrailingComma value Signed-off-by: Claudio Cambra --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 10107d702e622..4b7e8e60ee2f4 100644 --- a/.clang-format +++ b/.clang-format @@ -39,7 +39,7 @@ InsertBraces: true AllowShortEnumsOnASingleLine: false -EnumTrailingComma: ETC_Insert +EnumTrailingComma: Insert # CrlInstruction *a; PointerAlignment: Right