blob: a3a8e6546bba258a2d173cb071b8162518253d42 [file] [log] [blame]
bowgotsai12484112017-02-17 15:10:13 +08001BasedOnStyle: Google
2
3AllowShortBlocksOnASingleLine: false
4AllowShortFunctionsOnASingleLine: false
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PenaltyExcessCharacter: 32
9PointerAlignment: Right
10TabWidth: 2
11UseTab: Never