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