2016-01-19 22:49:23 +00:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
2016-01-15 22:19:56 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2016-01-19 22:49:23 +00:00
|
|
|
|
|
|
|
ColumnLimit: 100
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
IndentWidth: 4
|
2016-01-15 22:19:56 +00:00
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
ConstructorInitializerIndentWidth: 8
|
|
|
|
AccessModifierOffset: -2
|
2016-01-19 22:49:23 +00:00
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
PenaltyExcessCharacter: 32
|