Dan Stoza | ec106f6 | 2017-03-24 11:09:55 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | |
| 3 | AccessModifierOffset: -4 |
| 4 | AlignOperands: false |
| 5 | AllowShortFunctionsOnASingleLine: Inline |
| 6 | AlwaysBreakBeforeMultilineStrings: false |
| 7 | ColumnLimit: 100 |
| 8 | CommentPragmas: NOLINT:.* |
| 9 | ConstructorInitializerIndentWidth: 6 |
| 10 | ContinuationIndentWidth: 8 |
| 11 | IndentWidth: 4 |
| 12 | PenaltyBreakBeforeFirstCallParameter: 100000 |
| 13 | SpacesBeforeTrailingComments: 1 |
Yifan Hong | d0c6510 | 2021-04-15 14:31:21 -0700 | [diff] [blame] | 14 | IncludeBlocks: Preserve |
Steven Moreland | 5dd3ee7 | 2023-01-12 17:42:03 +0000 | [diff] [blame^] | 15 | |
| 16 | DerivePointerAlignment: false |
| 17 | PointerAlignment: Left |