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