| Jorge Lucangeli Obes | 68aac7f | 2016-04-13 11:01:25 -0700 | [diff] [blame] | 1 | BasedOnStyle: Google |
| 2 | AllowShortFunctionsOnASingleLine: Inline | ||||
| 3 | AllowShortIfStatementsOnASingleLine: true | ||||
| 4 | AllowShortLoopsOnASingleLine: true | ||||
| 5 | BinPackArguments: true | ||||
| 6 | BinPackParameters: true | ||||
| 7 | ColumnLimit: 80 | ||||
| 8 | CommentPragmas: NOLINT:.* | ||||
| 9 | ContinuationIndentWidth: 8 | ||||
| 10 | DerivePointerAlignment: false | ||||
| 11 | IndentWidth: 4 | ||||
| 12 | PointerAlignment: Left | ||||
| 13 | TabWidth: 4 | ||||