blob: b8c6428409bb9d8616c0cf0a8a4281ce4d9565b7 [file] [log] [blame]
Tao Bao74bda5f2016-11-03 15:17:32 -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