blob: b8c6428409bb9d8616c0cf0a8a4281ce4d9565b7 [file] [log] [blame]
Dan Albert6e68c072015-08-24 11:27:58 -07001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
Josh Gao615f3aa2015-11-11 14:21:09 -08005ColumnLimit: 100
Dan Albert6e68c072015-08-24 11:27:58 -07006CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IndentWidth: 2
9PointerAlignment: Left
10TabWidth: 2
11UseTab: Never
12PenaltyExcessCharacter: 32
Josh Gao8258cd72015-08-24 12:56:48 -070013
14Cpp11BracedListStyle: false