| --- |
| # Note: Generated from clang-format 3.8. |
| BasedOnStyle: Google |
| Language: Cpp |
| AccessModifierOffset: -2 |
| AlignAfterOpenBracket: AlwaysBreak |
| AlignConsecutiveAssignments: false |
| AlignConsecutiveDeclarations: false |
| AlignEscapedNewlinesLeft: true |
| AlignOperands: true |
| AlignTrailingComments: false |
| AllowAllParametersOfDeclarationOnNextLine: true |
| AllowShortBlocksOnASingleLine: false |
| AllowShortCaseLabelsOnASingleLine: false |
| AllowShortFunctionsOnASingleLine: All |
| AllowShortIfStatementsOnASingleLine: true |
| AllowShortLoopsOnASingleLine: true |
| AlwaysBreakAfterDefinitionReturnType: None |
| AlwaysBreakAfterReturnType: None |
| AlwaysBreakBeforeMultilineStrings: true |
| AlwaysBreakTemplateDeclarations: true |
| BinPackArguments: false |
| BinPackParameters: false |
| BreakBeforeBinaryOperators: None |
| BreakBeforeBraces: Mozilla |
| BreakBeforeTernaryOperators: true |
| BreakConstructorInitializersBeforeComma: false |
| ColumnLimit: 80 |
| CommentPragmas: '^ IWYU pragma:' |
| ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| ConstructorInitializerIndentWidth: 2 |
| ContinuationIndentWidth: 2 |
| Cpp11BracedListStyle: true |
| DerivePointerAlignment: false |
| DisableFormat: false |
| ExperimentalAutoDetectBinPacking: false |
| FixNamespaceComments: false |
| ForEachMacros: [ foreach, foreachkey, foreachvalue, foreachpair, synchronized ] |
| IncludeCategories: |
| - Regex: '^<.*\.h>' |
| Priority: 1 |
| - Regex: '^<.*\.hpp>' |
| Priority: 3 |
| - Regex: '^<.*>' |
| Priority: 2 |
| - Regex: '.*' |
| Priority: 4 |
| IndentCaseLabels: true |
| IndentWidth: 2 |
| IndentWrappedFunctionNames: false |
| KeepEmptyLinesAtTheStartOfBlocks: false |
| MacroBlockBegin: '' |
| MacroBlockEnd: '' |
| MaxEmptyLinesToKeep: 2 |
| NamespaceIndentation: None |
| ObjCBlockIndentWidth: 2 |
| ObjCSpaceAfterProperty: false |
| ObjCSpaceBeforeProtocolList: false |
| PenaltyBreakBeforeFirstCallParameter: 1 |
| PenaltyBreakComment: 300 |
| PenaltyBreakFirstLessLess: 120 |
| PenaltyBreakString: 1000 |
| PenaltyExcessCharacter: 1000000 |
| PenaltyReturnTypeOnItsOwnLine: 200 |
| PointerAlignment: Left |
| ReflowComments: true |
| SortIncludes: true |
| SpaceAfterCStyleCast: false |
| SpaceBeforeAssignmentOperators: true |
| SpaceBeforeParens: ControlStatements |
| SpaceInEmptyParentheses: false |
| SpacesBeforeTrailingComments: 1 |
| SpacesInAngles: false |
| SpacesInContainerLiterals: true |
| SpacesInCStyleCastParentheses: false |
| SpacesInParentheses: false |
| SpacesInSquareBrackets: false |
| Standard: Auto |
| TabWidth: 8 |
| UseTab: Never |
| ... |