| BasedOnStyle: Google | |
| AllowShortFunctionsOnASingleLine: Inline | |
| AllowShortIfStatementsOnASingleLine: false | |
| AllowShortLoopsOnASingleLine: false | |
| AlwaysBreakBeforeMultilineStrings: false | |
| BinPackParameters: false | |
| ColumnLimit: 100 | |
| IndentWrappedFunctionNames: true | |
| ObjCSpaceBeforeProtocolList: true | |
| PointerBindsToType: false | |
| SortIncludes: false |