blob: b8c6428409bb9d8616c0cf0a8a4281ce4d9565b7 [file] [log] [blame]
Josh Gao911d7292016-10-28 15:23:25 -07001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IndentWidth: 2
9PointerAlignment: Left
10TabWidth: 2
11UseTab: Never
12PenaltyExcessCharacter: 32
13
14Cpp11BracedListStyle: false