Dan Albert | 6e68c07 | 2015-08-24 11:27:58 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | AllowShortBlocksOnASingleLine: false |
| 3 | AllowShortFunctionsOnASingleLine: false |
| 4 | |
Josh Gao | 615f3aa | 2015-11-11 14:21:09 -0800 | [diff] [blame] | 5 | ColumnLimit: 100 |
Dan Albert | 6e68c07 | 2015-08-24 11:27:58 -0700 | [diff] [blame] | 6 | CommentPragmas: NOLINT:.* |
| 7 | DerivePointerAlignment: false |
| 8 | IndentWidth: 2 |
Josh Gao | 8258cd7 | 2015-08-24 12:56:48 -0700 | [diff] [blame] | 9 | ContinuationIndentWidth: 2 |
Dan Albert | 6e68c07 | 2015-08-24 11:27:58 -0700 | [diff] [blame] | 10 | PointerAlignment: Left |
| 11 | TabWidth: 2 |
| 12 | UseTab: Never |
| 13 | PenaltyExcessCharacter: 32 |
Josh Gao | 8258cd7 | 2015-08-24 12:56:48 -0700 | [diff] [blame] | 14 | |
| 15 | Cpp11BracedListStyle: false |