blob: 9b7478c07d8c1bec2f0cb3da5be244004c7aaa0b [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
Josh Gao8258cd72015-08-24 12:56:48 -07009ContinuationIndentWidth: 2
Dan Albert6e68c072015-08-24 11:27:58 -070010PointerAlignment: Left
11TabWidth: 2
12UseTab: Never
13PenaltyExcessCharacter: 32
Josh Gao8258cd72015-08-24 12:56:48 -070014
15Cpp11BracedListStyle: false