2025-06-16 23:41:35 +08:00
|
|
|
BasedOnStyle: LLVM
|
2025-06-13 23:14:57 +08:00
|
|
|
IndentWidth: 4
|
|
|
|
|
PointerAlignment: Left
|
|
|
|
|
AccessModifierOffset: -4
|
2025-06-16 23:41:35 +08:00
|
|
|
ReflowComments: true
|
2025-06-13 23:14:57 +08:00
|
|
|
SpacesBeforeTrailingComments: 3
|
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
2025-11-06 23:12:13 +08:00
|
|
|
AllowShortEnumsOnASingleLine: false
|
2025-06-13 23:14:57 +08:00
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
|
BraceWrapping:
|
|
|
|
|
AfterFunction: true
|
|
|
|
|
AfterClass: true
|
|
|
|
|
TabWidth: 4
|
|
|
|
|
ColumnLimit: 130
|
|
|
|
|
IncludeBlocks: Regroup
|
|
|
|
|
IncludeCategories:
|
|
|
|
|
- Regex: '^<.*>'
|
|
|
|
|
Priority: 1
|
|
|
|
|
- Regex: '^".*"'
|
2025-11-24 22:14:46 +08:00
|
|
|
Priority: 2
|