blob: 7630d162682580702e00e2183f274026c1037e3f [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
Tom Cherryef18d442019-11-05 12:29:56 -080015IncludeBlocks: Preserve