--- BasedOnStyle: Google StatementMacros: - INITIALIZER AlignConsecutiveMacros: true AlignConsecutiveDeclarations: false AlwaysBreakBeforeMultilineStrings: false AllowShortFunctionsOnASingleLine: false AllowShortLoopsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false KeepEmptyLinesAtTheStartOfBlocks: true ConstructorInitializerAllOnOneLineOrOnePerLine: true IncludeBlocks: Merge --- Language: Cpp AllowShortFunctionsOnASingleLine: false --- Language: Proto ...