1BasedOnStyle: LLVM2ForEachMacros: ['MAP_FOREACH']34IndentWidth: 85UseTab: ForIndentation67AlignOperands: true8AlignAfterOpenBracket: Align9AlignEscapedNewlines: DontAlign10IndentCaseLabels: false1112BreakBeforeBraces: WebKit13AlwaysBreakAfterReturnType: TopLevelDefinitions1415AllowShortIfStatementsOnASingleLine: false16AllowShortBlocksOnASingleLine: false17AllowShortCaseLabelsOnASingleLine: false18AllowShortFunctionsOnASingleLine: None19AllowShortLoopsOnASingleLine: false2021DerivePointerAlignment: false22PointerAlignment: Right2324PenaltyBreakAssignment: 999925PenaltyBreakBeforeFirstCallParameter: 9999