2015-02-25 01:56:39 +01:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
|
2016-02-18 23:52:07 +01:00
|
|
|
AccessModifierOffset: -2
|
2015-11-11 23:16:07 +01:00
|
|
|
ColumnLimit: 100
|
2015-02-25 01:56:39 +01:00
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
2015-03-19 21:21:25 +01:00
|
|
|
IndentWidth: 4
|
2015-02-25 01:56:39 +01:00
|
|
|
PointerAlignment: Left
|
2015-03-19 21:21:25 +01:00
|
|
|
TabWidth: 4
|
2015-02-25 01:56:39 +01:00
|
|
|
UseTab: Never
|
|
|
|
PenaltyExcessCharacter: 32
|