mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-20 04:15:19 -08:00
20 lines
315 B
YAML
20 lines
315 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 80
|
|
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
ReferenceAlignment: Right
|
|
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
# Std headers
|
|
- Regex: '<[[:alnum:]_.]+>'
|
|
Priority: 2
|
|
|
|
# Other headers
|
|
- Regex: '.*'
|
|
Priority: 1
|