2015-02-25 08:56:39 +08:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
2015-03-20 04:21:25 +08:00
|
|
|
IndentWidth: 4
|
2015-02-25 08:56:39 +08:00
|
|
|
PointerAlignment: Left
|
2015-03-20 04:21:25 +08:00
|
|
|
TabWidth: 4
|
2015-02-25 08:56:39 +08:00
|
|
|
UseTab: Never
|
|
|
|
PenaltyExcessCharacter: 32
|