2016-11-03 23:17:32 +01:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
2016-12-12 23:49:21 +01:00
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
2016-11-03 23:17:32 +01:00
|
|
|
|
|
|
|
ColumnLimit: 100
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
IndentWidth: 2
|
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 2
|
|
|
|
UseTab: Never
|
|
|
|
PenaltyExcessCharacter: 32
|
|
|
|
|
|
|
|
Cpp11BracedListStyle: false
|