2015-11-24 03:36:15 +08:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
2016-01-26 09:46:21 +08:00
|
|
|
BinPackArguments: false
|
2015-11-24 03:36:15 +08:00
|
|
|
BinPackParameters: false
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 2
|