config:remove .clang-format error line.

This commit is contained in:
taynpg
2025-11-24 22:14:46 +08:00
committed by GitHub
parent d74550d154
commit 7e9b88402c

View File

@@ -6,7 +6,6 @@ ReflowComments: true
SpacesBeforeTrailingComments: 3 SpacesBeforeTrailingComments: 3
AllowShortFunctionsOnASingleLine: None AllowShortFunctionsOnASingleLine: None
AllowShortEnumsOnASingleLine: false AllowShortEnumsOnASingleLine: false
AllowEnum
BreakBeforeBraces: Custom BreakBeforeBraces: Custom
BraceWrapping: BraceWrapping:
AfterFunction: true AfterFunction: true
@@ -18,4 +17,4 @@ IncludeCategories:
- Regex: '^<.*>' - Regex: '^<.*>'
Priority: 1 Priority: 1
- Regex: '^".*"' - Regex: '^".*"'
Priority: 2 Priority: 2