Standard: Cpp11 IndentWidth: 4 AccessModifierOffset: -4 UseTab: Never BinPackParameters: true AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false ConstructorInitializerAllOnOneLineOrOnePerLine: true AlwaysBreakTemplateDeclarations: true NamespaceIndentation: None PointerBindsToType: false SpacesInParentheses: false BreakBeforeBraces: Attach ColumnLimit: 80 Cpp11BracedListStyle: true SpaceBeforeParens: ControlStatements SpacesBeforeTrailingComments: 1 SpacesInContainerLiterals: true