Dan Albert | 4493d82 | 2015-02-24 16:56:39 -0800 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | AllowShortBlocksOnASingleLine: false |
| 3 | AllowShortFunctionsOnASingleLine: false |
| 4 | |
| 5 | CommentPragmas: NOLINT:.* |
| 6 | DerivePointerAlignment: false |
Dan Albert | 745e10a | 2015-03-19 13:21:25 -0700 | [diff] [blame] | 7 | IndentWidth: 4 |
Dan Albert | 4493d82 | 2015-02-24 16:56:39 -0800 | [diff] [blame] | 8 | PointerAlignment: Left |
Dan Albert | 745e10a | 2015-03-19 13:21:25 -0700 | [diff] [blame] | 9 | TabWidth: 4 |
Dan Albert | 4493d82 | 2015-02-24 16:56:39 -0800 | [diff] [blame] | 10 | UseTab: Never |
| 11 | PenaltyExcessCharacter: 32 |