|
@@ -665,7 +665,8 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
|
|
|
GoogleStyle.AlwaysBreakTemplateDeclarations = true;
|
|
|
GoogleStyle.ConstructorInitializerAllOnOneLineOrOnePerLine = true;
|
|
|
GoogleStyle.DerivePointerAlignment = true;
|
|
|
- GoogleStyle.IncludeCategories = {{"^<.*\\.h>", 1}, {"^<.*", 2}, {".*", 3}};
|
|
|
+ GoogleStyle.IncludeCategories = {
|
|
|
+ {"^<ext/.*\\.h>", 2}, {"^<.*\\.h>", 1}, {"^<.*", 2}, {".*", 3}};
|
|
|
GoogleStyle.IncludeIsMainRegex = "([-_](test|unittest))?$";
|
|
|
GoogleStyle.IndentCaseLabels = true;
|
|
|
GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false;
|