blob: 9b7478c07d8c1bec2f0cb3da5be244004c7aaa0b [file] [log] [blame]
Josh Gaod918eed2015-11-16 17:26:22 -08001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IndentWidth: 2
9ContinuationIndentWidth: 2
10PointerAlignment: Left
11TabWidth: 2
12UseTab: Never
13PenaltyExcessCharacter: 32
14
15Cpp11BracedListStyle: false