| Mark Salyzyn | 501c373 | 2017-03-10 14:31:54 -0800 | [diff] [blame] | 1 | BasedOnStyle: Google | 
| 2 | AllowShortFunctionsOnASingleLine: false | ||||
| 3 | |||||
| 4 | CommentPragmas: NOLINT:.* | ||||
| 5 | DerivePointerAlignment: false | ||||
| 6 | IndentWidth: 4 | ||||
| 7 | PointerAlignment: Left | ||||
| 8 | TabWidth: 4 | ||||
| 9 | PenaltyExcessCharacter: 32 | ||||
| 10 | |||||
| 11 | Cpp11BracedListStyle: false | ||||