--- BasedOnStyle: Chromium AlignAfterOpenBracket: Align AlignConsecutiveAssignments: 'false' AlignConsecutiveDeclarations: 'false' AlignOperands: 'false' AlignTrailingComments: 'false' AllowAllArgumentsOnNextLine: 'false' AllowAllConstructorInitializersOnNextLine: 'true' AllowAllParametersOfDeclarationOnNextLine: 'false' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: None AllowShortLoopsOnASingleLine: 'false' AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: 'false' AlwaysBreakTemplateDeclarations: 'Yes' BreakBeforeBinaryOperators: None BreakBeforeBraces: Attach BreakBeforeTernaryOperators: 'false' BreakConstructorInitializers: AfterColon BreakInheritanceList: AfterColon BreakStringLiterals: 'false' CompactNamespaces: 'false' ConstructorInitializerAllOnOneLineOrOnePerLine: 'false' Cpp11BracedListStyle: 'true' IncludeBlocks: Preserve IndentCaseLabels: 'true' IndentPPDirectives: AfterHash KeepEmptyLinesAtTheStartOfBlocks: 'true' Language: Cpp PointerAlignment: Left SortIncludes: 'false' SortUsingDeclarations: 'false' SpaceAfterCStyleCast: 'false' SpaceAfterLogicalNot: 'false' SpaceAfterTemplateKeyword: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeCpp11BracedList: 'true' SpaceBeforeCtorInitializerColon: 'true' SpaceBeforeInheritanceColon: 'true' SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: 'true' SpaceInEmptyParentheses: 'false' SpacesInAngles: 'false' SpacesInCStyleCastParentheses: 'false' SpacesInContainerLiterals: 'true' SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' Standard: Cpp11 ColumnLimit: 135 IndentWidth: 4 BinPackArguments: 'false' BinPackParameters: 'false' AllowAllArgumentsOnNextLine: 'false' NamespaceIndentation: All ...