Tao Bao | 74bda5f | 2016-11-03 15:17:32 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
2 | AllowShortBlocksOnASingleLine: false | ||||
Tao Bao | e65fa0a | 2016-12-12 14:49:21 -0800 | [diff] [blame] | 3 | AllowShortFunctionsOnASingleLine: Empty |
4 | AllowShortIfStatementsOnASingleLine: true | ||||
Tao Bao | 74bda5f | 2016-11-03 15:17:32 -0700 | [diff] [blame] | 5 | |
6 | ColumnLimit: 100 | ||||
7 | CommentPragmas: NOLINT:.* | ||||
8 | DerivePointerAlignment: false | ||||
9 | IndentWidth: 2 | ||||
10 | PointerAlignment: Left | ||||
11 | TabWidth: 2 | ||||
12 | UseTab: Never | ||||
13 | PenaltyExcessCharacter: 32 | ||||
14 | |||||
15 | Cpp11BracedListStyle: false |