| Dan Albert | a83ba64 | 2015-03-16 10:08:46 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google | 
| 2 | AllowShortBlocksOnASingleLine: false | ||||
| 3 | AllowShortFunctionsOnASingleLine: false | ||||
| 4 | |||||
| 5 | CommentPragmas: NOLINT:.* | ||||
| 6 | DerivePointerAlignment: false | ||||
| 7 | IndentWidth: 2 | ||||
| 8 | PointerAlignment: Left | ||||
| 9 | TabWidth: 2 | ||||
| 10 | UseTab: Never | ||||
| 11 | PenaltyExcessCharacter: 32 | ||||