blob: 5023f2c120564c05938b008c324703eb0d2286a2 [file] [log] [blame]
Kiyoung Kim7d422b32019-03-05 17:06:13 +09001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PointerAlignment: Left
9TabWidth: 2
10UseTab: Never
Kiyoung Kimac298bb2019-08-07 19:13:09 +090011PenaltyExcessCharacter: 32
12
13BinPackArguments: false
14AllowAllParametersOfDeclarationOnNextLine: false