| Standard: Cpp11 |
| IndentWidth: 4 |
| AccessModifierOffset: -4 |
| UseTab: Never |
| BinPackParameters: false |
| BinPackArguments: false |
| AllowShortIfStatementsOnASingleLine: true |
| AllowShortLoopsOnASingleLine: false |
| AllowShortBlocksOnASingleLine: true |
| AllowShortFunctionsOnASingleLine: false |
| AllowAllParametersOfDeclarationOnNextLine: true |
| ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| AlwaysBreakTemplateDeclarations: true |
| NamespaceIndentation: None |
| PointerBindsToType: true |
| SpacesInParentheses: false |
| BreakBeforeBraces: Attach |
| ColumnLimit: 0 |
| Cpp11BracedListStyle: false |