--- #BasedOnStyle: WebKit TabWidth: '4' IndentWidth: '4' UseTab: 'Always' AlignOperands: 'true' AlignAfterOpenBracket: 'Align' AlignConsecutiveAssignments: 'true' AlignConsecutiveDeclarations: 'true' AlignEscapedNewlines: 'Left' AlignTrailingComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'true' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: 'All' AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' AlwaysBreakAfterReturnType: 'None' AlwaysBreakTemplateDeclarations: 'true' AlwaysBreakBeforeMultilineStrings: 'false' BinPackArguments: 'false' BinPackParameters: 'false' BreakBeforeBraces: 'Custom' BraceWrapping: AfterEnum: 'true' AfterClass: 'true' AfterControlStatement: 'true' AfterStruct: 'true' AfterFunction: 'true' AfterNamespace: 'true' AfterUnion: 'true' AfterExternBlock: 'true' BeforeCatch: 'true' BeforeElse: 'true' SplitEmptyRecord: 'false' SplitEmptyNamespace: 'false' SplitEmptyFunction: 'false' BreakBeforeBinaryOperators: 'true' BreakBeforeTernaryOperators: 'false' BreakConstructorInitializersBeforeComma: 'false' BreakBeforeInheritanceComma: 'false' BreakStringLiterals: 'true' ColumnLimit: '140' CompactNamespaces: 'false' Cpp11BracedListStyle: 'true' ConstructorInitializerAllOnOneLineOrOnePerLine: 'false' DerivePointerAlignment: 'false' IndentCaseLabels: 'true' IndentPPDirectives: 'AfterHash' KeepEmptyLinesAtTheStartOfBlocks: 'true' Language: 'Java' NamespaceIndentation: 'All' PointerAlignment: 'Right' ReflowComments: 'true' SortIncludes: 'true' SortUsingDeclarations: 'true' SpaceAfterCStyleCast: 'false' SpaceAfterTemplateKeyword: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: 'false' SpacesInAngles: 'false' SpacesInCStyleCastParentheses: 'false' SpacesInContainerLiterals: 'false' SpacesInParentheses: 'false' SpacesInSquareBrackets: 'false' Standard: 'Auto' ...