Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
2 | MaxEmptyLinesToKeep: 3 | ||||
3 | AllowShortIfStatementsOnASingleLine: false | ||||
4 | AllowShortLoopsOnASingleLine: false | ||||
Matt Braithwaite | 045a0ff | 2016-04-18 11:30:19 -0700 | [diff] [blame^] | 5 | DerivePointerAlignment: false |
6 | PointerAlignment: Right | ||||
7 |