mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
19 lines
360 B
YAML
19 lines
360 B
YAML
---
|
|
BasedOnStyle: Chromium
|
|
ColumnLimit: 100
|
|
SortIncludes: true
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
- Regex: '^<[a-zA-Z_\-\.]+>'
|
|
Priority: 1
|
|
- Regex: '^"[a-zA-Z_\-\.]+"'
|
|
Priority: 2
|
|
- Regex: '^(<|")common.*'
|
|
Priority: 3
|
|
- Regex: '^"third-party.*'
|
|
Priority: 4
|
|
SortPriority: 5
|
|
- Regex: '.*'
|
|
Priority: 5
|
|
SortPriority: 4
|