2016-03-02 00:14:15 -07:00
|
|
|
BasedOnStyle: Google
|
2015-01-20 05:52:05 -07:00
|
|
|
Language: Cpp
|
2021-08-16 06:32:36 -07:00
|
|
|
ColumnLimit: 100
|
2015-01-20 05:52:05 -07:00
|
|
|
IndentWidth: 2
|
|
|
|
TabWidth: 2
|
|
|
|
UseTab: Never
|
|
|
|
IndentCaseLabels: true
|
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
2017-03-29 08:34:50 -07:00
|
|
|
AlignTrailingComments: true
|
2015-01-20 05:52:05 -07:00
|
|
|
SpacesBeforeTrailingComments: 2
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
2016-03-02 00:14:15 -07:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBinaryOperators: true
|
2017-03-29 08:34:50 -07:00
|
|
|
BreakBeforeTernaryOperators: true
|
2016-03-02 00:14:15 -07:00
|
|
|
ContinuationIndentWidth: 4
|