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
AllowShortFunctionsOnASingleLine: None
AllowShortEnumsOnASingleLine: false
AllowEnum
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
@@ -18,4 +17,4 @@ IncludeCategories:
- Regex: '^<.*>'
Priority: 1
- Regex: '^".*"'
Priority: 2
Priority: 2