--- Language: Cpp BasedOnStyle: Google AlignAfterOpenBracket: DontAlign AlignOperands: false AlignTrailingComments: false AllowShortFunctionsOnASingleLine: Inline AlwaysBreakBeforeMultilineStrings: false BreakBeforeBinaryOperators: NonAssignment BreakBeforeTernaryOperators: false ColumnLimit: 90 ConstructorInitializerIndentWidth: 2 DerivePointerAlignment: false IncludeCategories: - Priority: 3 Regex: '^<.*/' # Like - Priority: 1 Regex: '^<.*\.' # Like - Priority: 2 Regex: '^<' # Like - Priority: 4 Regex: '^"' # Like "util/auth-util.h" SpacesBeforeTrailingComments: 1 Standard: Cpp11 --- Language: Java BasedOnStyle: Chromium AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: true AllowShortBlocksOnASingleLine: true AlwaysBreakBeforeMultilineStrings: true BreakBeforeTernaryOperators: false ColumnLimit: 90 ContinuationIndentWidth: 4 IndentWidth: 2 IndentWrappedFunctionNames: true SortIncludes: true --- Language: Proto BasedOnStyle: Google ColumnLimit: 90