Steven Moreland | 1aa839c | 2019-01-18 14:23:25 -0800 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | AccessModifierOffset: -2 |
| 3 | AllowShortFunctionsOnASingleLine: Inline |
| 4 | ColumnLimit: 100 |
| 5 | CommentPragmas: NOLINT:.* |
| 6 | DerivePointerAlignment: false |
Tom Cherry | c077eef | 2019-06-05 15:30:14 -0700 | [diff] [blame^] | 7 | IncludeBlocks: Preserve |
Steven Moreland | 1aa839c | 2019-01-18 14:23:25 -0800 | [diff] [blame] | 8 | IndentWidth: 4 |
Steven Moreland | 1aa839c | 2019-01-18 14:23:25 -0800 | [diff] [blame] | 9 | ContinuationIndentWidth: 8 |
| 10 | PointerAlignment: Left |
| 11 | TabWidth: 4 |
| 12 | UseTab: Never |