Josh Gao | cb73db7 | 2016-01-19 14:49:23 -0800 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | AllowShortBlocksOnASingleLine: false |
David Pursell | 572bce2 | 2016-01-15 14:19:56 -0800 | [diff] [blame] | 3 | AllowShortFunctionsOnASingleLine: Inline |
Josh Gao | cb73db7 | 2016-01-19 14:49:23 -0800 | [diff] [blame] | 4 | |
| 5 | ColumnLimit: 100 |
| 6 | CommentPragmas: NOLINT:.* |
| 7 | DerivePointerAlignment: false |
| 8 | IndentWidth: 4 |
David Pursell | 572bce2 | 2016-01-15 14:19:56 -0800 | [diff] [blame] | 9 | ContinuationIndentWidth: 8 |
| 10 | ConstructorInitializerIndentWidth: 8 |
| 11 | AccessModifierOffset: -2 |
Josh Gao | cb73db7 | 2016-01-19 14:49:23 -0800 | [diff] [blame] | 12 | PointerAlignment: Left |
| 13 | TabWidth: 4 |
| 14 | UseTab: Never |
| 15 | PenaltyExcessCharacter: 32 |