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