Files
E3_boot/.clang-format
2025-11-07 10:05:24 +08:00

21 lines
456 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<(std|string)'
Priority: -1
- Regex: '^<'
Priority: -1
- Regex: '^"'
Priority: 1
ForEachMacros: [
list_for_every,
list_for_every_safe,
list_for_every_entry,
list_for_every_entry_safe,
]