| --- | 
 | Language:        Cpp | 
 | # BasedOnStyle:  WebKit | 
 | AccessModifierOffset: -4 | 
 | AlignAfterOpenBracket: Align | 
 | AlignConsecutiveAssignments: true | 
 | AlignConsecutiveDeclarations: false | 
 | AlignEscapedNewlines: Right | 
 | AlignOperands:   false | 
 | AlignTrailingComments: true | 
 | AllowAllParametersOfDeclarationOnNextLine: true | 
 | AllowShortBlocksOnASingleLine: false | 
 | AllowShortCaseLabelsOnASingleLine: false | 
 | AllowShortFunctionsOnASingleLine: Inline | 
 | AllowShortIfStatementsOnASingleLine: false | 
 | AllowShortLoopsOnASingleLine: false | 
 | AlwaysBreakAfterDefinitionReturnType: None | 
 | AlwaysBreakAfterReturnType: None | 
 | AlwaysBreakBeforeMultilineStrings: false | 
 | AlwaysBreakTemplateDeclarations: true | 
 | BinPackArguments: true | 
 | BinPackParameters: true | 
 | BraceWrapping: | 
 |   AfterClass:      true | 
 |   AfterControlStatement: true | 
 |   AfterEnum:       true | 
 |   AfterFunction:   true | 
 |   AfterNamespace:  false | 
 |   AfterObjCDeclaration: true | 
 |   AfterStruct:     true | 
 |   AfterUnion:      true | 
 |   BeforeCatch:     false | 
 |   BeforeElse:      true | 
 |   IndentBraces:    false | 
 |   SplitEmptyFunction: false | 
 |   SplitEmptyRecord: true | 
 |   SplitEmptyNamespace: true | 
 | BreakBeforeBinaryOperators: None | 
 | BreakBeforeBraces: Custom | 
 | BreakBeforeInheritanceComma: false | 
 | BreakBeforeTernaryOperators: true | 
 | BreakConstructorInitializersBeforeComma: false | 
 | BreakConstructorInitializers: AfterColon | 
 | BreakAfterJavaFieldAnnotations: false | 
 | BreakStringLiterals: true | 
 | ColumnLimit:     132 | 
 | CommentPragmas:  '^ IWYU pragma:' | 
 | CompactNamespaces: false | 
 | ConstructorInitializerAllOnOneLineOrOnePerLine: false | 
 | ConstructorInitializerIndentWidth: 4 | 
 | ContinuationIndentWidth: 4 | 
 | Cpp11BracedListStyle: false | 
 | DerivePointerAlignment: false | 
 | DisableFormat:   false | 
 | ExperimentalAutoDetectBinPacking: false | 
 | FixNamespaceComments: true | 
 | ForEachMacros: | 
 |   - foreach | 
 |   - Q_FOREACH | 
 |   - BOOST_FOREACH | 
 | IncludeCategories: | 
 |   - Regex:           '^<Weave/Core.*' | 
 |     Priority:        0 | 
 |   - Regex:           '^"(llvm|llvm-c|clang|clang-c)/' | 
 |     Priority:        2 | 
 |   - Regex:           '^(<|"(gtest|gmock|isl|json)/)' | 
 |     Priority:        3 | 
 |   - Regex:           '.*' | 
 |     Priority:        1 | 
 | IncludeIsMainRegex: '(Test)?$' | 
 | IndentCaseLabels: false | 
 | IndentWidth:     4 | 
 | IndentWrappedFunctionNames: false | 
 | JavaScriptQuotes: Leave | 
 | JavaScriptWrapImports: true | 
 | KeepEmptyLinesAtTheStartOfBlocks: true | 
 | MacroBlockBegin: '' | 
 | MacroBlockEnd:   '' | 
 | MaxEmptyLinesToKeep: 1 | 
 | NamespaceIndentation: None | 
 | ObjCBlockIndentWidth: 4 | 
 | ObjCSpaceAfterProperty: true | 
 | ObjCSpaceBeforeProtocolList: true | 
 | PenaltyBreakAssignment: 2 | 
 | PenaltyBreakBeforeFirstCallParameter: 19 | 
 | PenaltyBreakComment: 300 | 
 | PenaltyBreakFirstLessLess: 120 | 
 | PenaltyBreakString: 1000 | 
 | PenaltyExcessCharacter: 1000000 | 
 | PenaltyReturnTypeOnItsOwnLine: 60 | 
 | PointerAlignment: Middle | 
 | ReflowComments:  true | 
 | SortIncludes:    true | 
 | SortUsingDeclarations: true | 
 | SpaceAfterCStyleCast: true | 
 | SpaceAfterTemplateKeyword: true | 
 | SpaceBeforeAssignmentOperators: true | 
 | SpaceBeforeParens: ControlStatements | 
 | SpaceInEmptyParentheses: false | 
 | SpacesBeforeTrailingComments: 1 | 
 | SpacesInAngles:  false | 
 | SpacesInContainerLiterals: true | 
 | SpacesInCStyleCastParentheses: false | 
 | SpacesInParentheses: false | 
 | SpacesInSquareBrackets: false | 
 | Standard:        Cpp11 | 
 | TabWidth:        8 | 
 | UseTab:          Never | 
 | InsertNewlineAtEOF: true | 
 | --- | 
 | Language: ObjC | 
 | BasedOnStyle: WebKit | 
 | Standard: c++17 | 
 | PointerAlignment: Middle | 
 | SpaceAfterCStyleCast: true | 
 | SpaceInEmptyBlock: false | 
 | ObjCBreakBeforeNestedBlockParam: false | 
 | --- | 
 | Language: JavaScript | 
 | BasedOnStyle: WebKit | 
 | AlignConsecutiveAssignments: true | 
 | AllowShortFunctionsOnASingleLine: None | 
 | IndentWidth:     2 | 
 | ColumnLimit:     132 | 
 | ... |