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