2022-05-23 01:29:30 +01:00
|
|
|
---
|
|
|
|
Language: Cpp
|
2022-05-24 15:37:00 +01:00
|
|
|
BasedOnStyle: Chromium
|
2022-05-25 07:21:09 +01:00
|
|
|
IndentWidth: 4
|
2022-05-24 15:37:00 +01:00
|
|
|
AlignConsecutiveMacros: false
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2022-05-23 01:29:30 +01:00
|
|
|
BraceWrapping:
|
2022-05-24 15:37:00 +01:00
|
|
|
AfterFunction: true
|
|
|
|
SplitEmptyFunction: false
|
|
|
|
SplitEmptyRecord: false
|
|
|
|
SplitEmptyNamespace: false
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BreakConstructorInitializers: BeforeComma
|
|
|
|
ColumnLimit: 140
|
|
|
|
Cpp11BracedListStyle: false
|