| Bertrand SIMONNET | 0c7e29b | 2015-11-23 11:36:15 -0800 | [diff] [blame^] | 1 | BasedOnStyle: Google |
| 2 | AllowShortFunctionsOnASingleLine: Inline | ||||
| 3 | AllowShortIfStatementsOnASingleLine: false | ||||
| 4 | AllowShortLoopsOnASingleLine: false | ||||
| 5 | BinPackParameters: false | ||||
| 6 | CommentPragmas: NOLINT:.* | ||||
| 7 | DerivePointerAlignment: false | ||||
| 8 | PointerAlignment: Left | ||||
| 9 | TabWidth: 2 | ||||