Adam Lesinski | 7a37b74 | 2016-10-12 14:05:55 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
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 |