Adam Lesinski | cacb28f | 2016-10-19 12:18:14 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
Adam Lesinski | 5119e51 | 2016-12-05 19:48:20 -0800 | [diff] [blame] | 2 | ColumnLimit: 100 |
Adam Lesinski | ed69ce8 | 2017-03-20 10:55:01 -0700 | [diff] [blame] | 3 | AllowShortBlocksOnASingleLine: false |
4 | AllowShortFunctionsOnASingleLine: false | ||||
5 | CommentPragmas: NOLINT:.* | ||||
6 | DerivePointerAlignment: false | ||||
7 | PointerAlignment: Left |