--- BasedOnStyle: Google AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: 'false' BreakConstructorInitializers: BeforeComma FixNamespaceComments: 'true' IncludeBlocks: Regroup IndentWidth: '4' NamespaceIndentation: Inner SpacesBeforeTrailingComments: '1' Language: Cpp Standard: Cpp11 IncludeCategories: - Regex: '^' Priority: '3' - Regex: '^<.*>' Priority: '2' - Regex: '.*' Priority: '1' ...