From 7e9b88402ca6f5e4f14015e5c94cbaafaa0f66ed Mon Sep 17 00:00:00 2001 From: taynpg <59216127+taynpg@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:14:46 +0800 Subject: [PATCH] =?UTF-8?q?config=EF=BC=9Aremove=20.clang-format=20error?= =?UTF-8?q?=20line.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 8431c74..8d63d3f 100644 --- a/.clang-format +++ b/.clang-format @@ -6,7 +6,6 @@ ReflowComments: true SpacesBeforeTrailingComments: 3 AllowShortFunctionsOnASingleLine: None AllowShortEnumsOnASingleLine: false -AllowEnum BreakBeforeBraces: Custom BraceWrapping: AfterFunction: true @@ -18,4 +17,4 @@ IncludeCategories: - Regex: '^<.*>' Priority: 1 - Regex: '^".*"' - Priority: 2 \ No newline at end of file + Priority: 2