BasedOnStyle: Google IndentWidth: 2 TabWidth: 2 UseTab: Never ColumnLimit: 100 DerivePointerAlignment: false PointerAlignment: Left AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true SortIncludes: true IncludeBlocks: Preserve SpaceAfterCStyleCast: true SpaceBeforeParens: ControlStatements SpacesInAngles: false SpacesInContainerLiterals: true SpacesInParentheses: false SpacesInSquareBrackets: false BreakBeforeBraces: Attach ConstructorInitializerAllOnOneLineOrOnePerLine: true Cpp11BracedListStyle: true NamespaceIndentation: Inner ReflowComments: true AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true AlignTrailingComments: true FixNamespaceComments: true IncludeIsMainRegex: '(Test)?$' SortUsingDeclarations: true