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