--- BasedOnStyle: LLVM ColumnLimit: 128 AccessModifierOffset: "-4" AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: WithoutElse AllowShortLoopsOnASingleLine: "true" BreakBeforeBraces: Allman CompactNamespaces: "false" ContinuationIndentWidth: "4" FixNamespaceComments: "true" IndentWidth: "4" MaxEmptyLinesToKeep: "2" NamespaceIndentation: All PointerAlignment: Left IndentCaseLabels: "true" SortIncludes: "true" SpaceAfterCStyleCast: "false" SpaceAfterLogicalNot: "false" SpaceAfterTemplateKeyword: "false" SpaceBeforeAssignmentOperators: "true" SpaceBeforeCpp11BracedList: "false" SpaceBeforeCtorInitializerColon: "true" SpaceBeforeInheritanceColon: "true" SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: "true" SpaceInEmptyParentheses: "false" SpacesInAngles: "false" SpacesInCStyleCastParentheses: "false" SpacesInContainerLiterals: "false" SpacesInParentheses: "false" SpacesInSquareBrackets: "false" TabWidth: "4" UseTab: Never