AlignEscapedNewlinesLeft: true AllowShortFunctionsOnASingleLine: false BinPackArguments: false BinPackParameters: false ColumnLimit: 80 IndentCaseLabels: true IndentWidth: 2 Language: Cpp PointerAlignment: Right SpaceAfterCStyleCast: true SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false Standard: Cpp11 TabWidth: 2 UseTab: Never