| 1234567891011121314151617181920212223242526272829303132333435363738 | BasedOnStyle: LLVMContinuationIndentWidth: 8BasedOnStyle: GoogleAccessModifierOffset: -1AlignEscapedNewlinesLeft: trueAlignTrailingComments: trueAllowAllParametersOfDeclarationOnNextLine: trueAllowShortIfStatementsOnASingleLine: trueAllowShortLoopsOnASingleLine: trueAlwaysBreakBeforeMultilineStrings: falseAlwaysBreakTemplateDeclarations: falseBinPackParameters: trueBreakBeforeBinaryOperators: trueBreakBeforeBraces: AttachBreakBeforeTernaryOperators: trueBreakConstructorInitializersBeforeComma: trueColumnLimit: 1000ConstructorInitializerAllOnOneLineOrOnePerLine: trueConstructorInitializerIndentWidth: 2Cpp11BracedListStyle: trueDerivePointerBinding: trueIndentCaseLabels: trueIndentFunctionDeclarationAfterType: trueIndentWidth: 2MaxEmptyLinesToKeep: 1NamespaceIndentation: NonePointerBindsToType: trueSpaceAfterControlStatementKeyword: trueSpaceBeforeAssignmentOperators: trueSpaceInEmptyParentheses: falseSpacesBeforeTrailingComments: 2SpacesInCStyleCastParentheses: falseSpacesInParentheses: falseSpacesInAngles:  falseStandard: Cpp11TabWidth: 2UseTab: Never
 |