mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
|
---
|
||
|
BasedOnStyle: Google
|
||
|
AccessModifierOffset: -4
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
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
|