Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

20 lines
385 B
YAML

BasedOnStyle: Google
ColumnLimit: 80
IndentWidth: 2
ContinuationIndentWidth: 2
UseCRLF: false
UseTab: Never
AlignAfterOpenBracket: BlockIndent
IncludeBlocks: Regroup
IncludeCategories:
- Regex: ^<[a-zA-Z0-9_]+>$
Priority: -100
- Regex: ^<mbgl/.*>$
Priority: -60
- Regex: ^<.*_class\.h>$
Priority: -40
- Regex: ^<.*>$
Priority: -50
- Regex: .*
Priority: 1