mirror of https://github.com/inolen/redream.git
18 lines
474 B
YAML
18 lines
474 B
YAML
BasedOnStyle: Google
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
IncludeCategories:
|
|
- Regex: '^<glad.*\.h>'
|
|
Priority: -3
|
|
- Regex: '^<.*\.h>'
|
|
Priority: -2
|
|
- Regex: '^<.*'
|
|
Priority: -1
|
|
- Regex: '.*'
|
|
Priority: 3
|
|
|