2017-03-10 19:25:32 +00:00
|
|
|
BasedOnStyle: Google
|
2017-03-28 19:31:37 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2017-03-10 19:25:32 +00:00
|
|
|
ColumnLimit: 100
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
IndentWidth: 2
|
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 2
|
|
|
|
UseTab: Never
|
|
|
|
PenaltyExcessCharacter: 32
|