Hayden Gomes | 7511699 | 2019-08-15 10:09:39 -0700 | [diff] [blame] | 1 | --- |
| 2 | Language: Java |
| 3 | DisableFormat: true |
| 4 | SortIncludes: false |
| 5 | --- |
| 6 | Language: Cpp |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 7 | BasedOnStyle: Google |
| 8 | AllowShortBlocksOnASingleLine: false |
| 9 | AllowShortFunctionsOnASingleLine: false |
| 10 | |
| 11 | AccessModifierOffset: -2 |
| 12 | ColumnLimit: 100 |
| 13 | CommentPragmas: NOLINT:.* |
| 14 | DerivePointerAlignment: false |
| 15 | IndentWidth: 4 |
| 16 | PointerAlignment: Left |
| 17 | TabWidth: 4 |
| 18 | UseTab: Never |
| 19 | PenaltyExcessCharacter: 32 |
Hayden Gomes | 7511699 | 2019-08-15 10:09:39 -0700 | [diff] [blame] | 20 | --- |