2021-03-05 12:51:11 -05:00
|
|
|
---
|
|
|
|
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
2022-03-23 01:24:16 -04:00
|
|
|
AllowShortEnumsOnASingleLine: false
|
2021-03-05 12:51:11 -05:00
|
|
|
DerivePointerAlignment: false
|
|
|
|
IncludeBlocks: Preserve
|
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^".*'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '^<.*\.h>'
|
|
|
|
Priority: 3
|
|
|
|
- Regex: '^<.*'
|
|
|
|
Priority: 2
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentWidth: 4
|
|
|
|
PointerAlignment: Right
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: AlignWithSpaces
|
2022-03-23 01:24:16 -04:00
|
|
|
BreakBeforeBraces: Linux
|