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