20 lines
502 B
Text
20 lines
502 B
Text
|
---
|
||
|
BasedOnStyle: Chromium
|
||
|
IndentWidth: 4
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
ColumnLimit: 140
|
||
|
---
|
||
|
Language: Cpp
|
||
|
AlignConsecutiveMacros: None
|
||
|
AlignConsecutiveAssignments: None
|
||
|
BraceWrapping:
|
||
|
AfterFunction: false
|
||
|
SplitEmptyFunction: false
|
||
|
SplitEmptyRecord: false
|
||
|
SplitEmptyNamespace: false
|
||
|
AfterControlStatement: Never
|
||
|
BreakBeforeBraces: Custom
|
||
|
BreakConstructorInitializers: BeforeComma
|
||
|
Cpp11BracedListStyle: false
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
AllowShortBlocksOnASingleLine: Empty
|