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