| Dan Albert | 103c1be | 2015-02-24 16:56:39 -0800 | [diff] [blame] | 1 | BasedOnStyle: Google | 
 | 2 | AllowShortBlocksOnASingleLine: false | 
 | 3 | AllowShortFunctionsOnASingleLine: false | 
 | 4 |  | 
| Josh Gao | 5da522e | 2016-02-18 14:52:07 -0800 | [diff] [blame^] | 5 | AccessModifierOffset: -2 | 
| Josh Gao | 32b24cf | 2015-11-11 14:16:07 -0800 | [diff] [blame] | 6 | ColumnLimit: 100 | 
| Dan Albert | 103c1be | 2015-02-24 16:56:39 -0800 | [diff] [blame] | 7 | CommentPragmas: NOLINT:.* | 
 | 8 | DerivePointerAlignment: false | 
| Dan Albert | 683238c | 2015-03-19 13:21:25 -0700 | [diff] [blame] | 9 | IndentWidth: 4 | 
| Dan Albert | 103c1be | 2015-02-24 16:56:39 -0800 | [diff] [blame] | 10 | PointerAlignment: Left | 
| Dan Albert | 683238c | 2015-03-19 13:21:25 -0700 | [diff] [blame] | 11 | TabWidth: 4 | 
| Dan Albert | 103c1be | 2015-02-24 16:56:39 -0800 | [diff] [blame] | 12 | UseTab: Never | 
 | 13 | PenaltyExcessCharacter: 32 |