blob: ea19538d410bd95125227703e4e6067c6fe5de9e [file] [log] [blame]
Dan Albert6e68c072015-08-24 11:27:58 -07001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
Josh Gao8258cd72015-08-24 12:56:48 -07008ContinuationIndentWidth: 2
Dan Albert6e68c072015-08-24 11:27:58 -07009PointerAlignment: Left
10TabWidth: 2
11UseTab: Never
12PenaltyExcessCharacter: 32
Josh Gao8258cd72015-08-24 12:56:48 -070013
14Cpp11BracedListStyle: false