| Mark Salyzyn | 2ed51d7 | 2017-03-09 08:09:43 -0800 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | AllowShortFunctionsOnASingleLine: false | ||||
| 3 | |||||
| 4 | CommentPragmas: NOLINT:.* | ||||
| 5 | DerivePointerAlignment: false | ||||
| 6 | PointerAlignment: Left | ||||
| 7 | PenaltyExcessCharacter: 32 | ||||
| 8 | |||||
| 9 | Cpp11BracedListStyle: false | ||||