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