James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 1 | --- |
| 2 | Language: Cpp |
| 3 | # BasedOnStyle: Google |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 4 | # Generated with clang-format 5.0.0 |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 5 | AccessModifierOffset: -1 |
James Zern | 964a717 | 2016-09-07 20:56:01 -0700 | [diff] [blame] | 6 | AlignAfterOpenBracket: Align |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 7 | AlignConsecutiveAssignments: false |
James Zern | 964a717 | 2016-09-07 20:56:01 -0700 | [diff] [blame] | 8 | AlignConsecutiveDeclarations: false |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 9 | AlignEscapedNewlines: Left |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 10 | AlignOperands: true |
| 11 | AlignTrailingComments: true |
| 12 | AllowAllParametersOfDeclarationOnNextLine: true |
| 13 | AllowShortBlocksOnASingleLine: false |
| 14 | AllowShortCaseLabelsOnASingleLine: true |
| 15 | AllowShortFunctionsOnASingleLine: All |
| 16 | AllowShortIfStatementsOnASingleLine: true |
| 17 | AllowShortLoopsOnASingleLine: true |
| 18 | AlwaysBreakAfterDefinitionReturnType: None |
James Zern | 964a717 | 2016-09-07 20:56:01 -0700 | [diff] [blame] | 19 | AlwaysBreakAfterReturnType: None |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 20 | AlwaysBreakBeforeMultilineStrings: true |
| 21 | AlwaysBreakTemplateDeclarations: true |
| 22 | BinPackArguments: true |
| 23 | BinPackParameters: true |
James Zern | 964a717 | 2016-09-07 20:56:01 -0700 | [diff] [blame] | 24 | BraceWrapping: |
| 25 | AfterClass: false |
| 26 | AfterControlStatement: false |
| 27 | AfterEnum: false |
| 28 | AfterFunction: false |
| 29 | AfterNamespace: false |
| 30 | AfterObjCDeclaration: false |
| 31 | AfterStruct: false |
| 32 | AfterUnion: false |
| 33 | BeforeCatch: false |
| 34 | BeforeElse: false |
| 35 | IndentBraces: false |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 36 | SplitEmptyFunction: true |
| 37 | SplitEmptyRecord: true |
| 38 | SplitEmptyNamespace: true |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 39 | BreakBeforeBinaryOperators: None |
| 40 | BreakBeforeBraces: Attach |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 41 | BreakBeforeInheritanceComma: false |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 42 | BreakBeforeTernaryOperators: true |
| 43 | BreakConstructorInitializersBeforeComma: false |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 44 | BreakConstructorInitializers: BeforeColon |
James Zern | c107183 | 2017-01-31 20:07:09 -0800 | [diff] [blame] | 45 | BreakAfterJavaFieldAnnotations: false |
| 46 | BreakStringLiterals: true |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 47 | ColumnLimit: 80 |
| 48 | CommentPragmas: '^ IWYU pragma:' |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 49 | CompactNamespaces: false |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 50 | ConstructorInitializerAllOnOneLineOrOnePerLine: false |
| 51 | ConstructorInitializerIndentWidth: 4 |
| 52 | ContinuationIndentWidth: 4 |
| 53 | Cpp11BracedListStyle: false |
James Zern | 725f7f9 | 2016-07-26 16:34:54 -0700 | [diff] [blame] | 54 | DerivePointerAlignment: false |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 55 | DisableFormat: false |
| 56 | ExperimentalAutoDetectBinPacking: false |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 57 | FixNamespaceComments: true |
| 58 | ForEachMacros: |
| 59 | - foreach |
| 60 | - Q_FOREACH |
| 61 | - BOOST_FOREACH |
James Zern | 964a717 | 2016-09-07 20:56:01 -0700 | [diff] [blame] | 62 | IncludeCategories: |
| 63 | - Regex: '^<.*\.h>' |
| 64 | Priority: 1 |
| 65 | - Regex: '^<.*' |
| 66 | Priority: 2 |
| 67 | - Regex: '.*' |
| 68 | Priority: 3 |
James Zern | c107183 | 2017-01-31 20:07:09 -0800 | [diff] [blame] | 69 | IncludeIsMainRegex: '([-_](test|unittest))?$' |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 70 | IndentCaseLabels: true |
| 71 | IndentWidth: 2 |
| 72 | IndentWrappedFunctionNames: false |
James Zern | a3a70c3 | 2017-08-27 18:31:05 -0700 | [diff] [blame] | 73 | JavaScriptQuotes: Leave |
| 74 | JavaScriptWrapImports: true |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 75 | KeepEmptyLinesAtTheStartOfBlocks: false |
| 76 | MacroBlockBegin: '' |
| 77 | MacroBlockEnd: '' |
| 78 | MaxEmptyLinesToKeep: 1 |
| 79 | NamespaceIndentation: None |
| 80 | ObjCBlockIndentWidth: 2 |
| 81 | ObjCSpaceAfterProperty: false |
| 82 | ObjCSpaceBeforeProtocolList: false |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 83 | PenaltyBreakAssignment: 2 |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 84 | PenaltyBreakBeforeFirstCallParameter: 1 |
| 85 | PenaltyBreakComment: 300 |
| 86 | PenaltyBreakFirstLessLess: 120 |
| 87 | PenaltyBreakString: 1000 |
| 88 | PenaltyExcessCharacter: 1000000 |
| 89 | PenaltyReturnTypeOnItsOwnLine: 200 |
| 90 | PointerAlignment: Right |
James Zern | 964a717 | 2016-09-07 20:56:01 -0700 | [diff] [blame] | 91 | ReflowComments: true |
| 92 | SortIncludes: false |
Johann | 1597876 | 2018-02-06 09:38:38 -0800 | [diff] [blame] | 93 | SortUsingDeclarations: true |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 94 | SpaceAfterCStyleCast: false |
James Zern | a3a70c3 | 2017-08-27 18:31:05 -0700 | [diff] [blame] | 95 | SpaceAfterTemplateKeyword: true |
James Zern | e96c20b | 2016-07-14 15:18:30 -0700 | [diff] [blame] | 96 | SpaceBeforeAssignmentOperators: true |
| 97 | SpaceBeforeParens: ControlStatements |
| 98 | SpaceInEmptyParentheses: false |
| 99 | SpacesBeforeTrailingComments: 2 |
| 100 | SpacesInAngles: false |
| 101 | SpacesInContainerLiterals: true |
| 102 | SpacesInCStyleCastParentheses: false |
| 103 | SpacesInParentheses: false |
| 104 | SpacesInSquareBrackets: false |
| 105 | Standard: Auto |
| 106 | TabWidth: 8 |
| 107 | UseTab: Never |
| 108 | ... |
| 109 | |