2014-11-26 15:49:34 +01:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
AccessModifierOffset: -2
|
2016-10-15 11:25:36 +02:00
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
2017-11-23 06:16:42 +01:00
|
|
|
AlignEscapedNewlines: Right
|
2016-10-15 11:25:36 +02:00
|
|
|
AlignOperands: true
|
2014-11-26 15:49:34 +01:00
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
2016-10-15 11:25:36 +02:00
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
2014-11-26 15:49:34 +01:00
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
2016-10-15 11:25:36 +02:00
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterReturnType: None
|
2014-11-26 15:49:34 +01:00
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
2016-10-15 11:25:36 +02:00
|
|
|
AlwaysBreakTemplateDeclarations: false
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: false
|
|
|
|
AfterControlStatement: false
|
|
|
|
AfterEnum: false
|
|
|
|
AfterFunction: false
|
|
|
|
AfterNamespace: false
|
|
|
|
AfterObjCDeclaration: false
|
|
|
|
AfterStruct: false
|
|
|
|
AfterUnion: false
|
2018-06-09 09:20:27 +02:00
|
|
|
AfterExternBlock: false
|
2016-10-15 11:25:36 +02:00
|
|
|
BeforeCatch: false
|
|
|
|
BeforeElse: false
|
|
|
|
IndentBraces: false
|
2017-11-23 06:16:42 +01:00
|
|
|
SplitEmptyFunction: true
|
|
|
|
SplitEmptyRecord: true
|
|
|
|
SplitEmptyNamespace: true
|
2016-10-15 11:25:36 +02:00
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
|
BreakBeforeBraces: Attach
|
2017-11-23 06:16:42 +01:00
|
|
|
BreakBeforeInheritanceComma: false
|
2014-11-26 15:49:34 +01:00
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
2017-11-23 06:16:42 +01:00
|
|
|
BreakConstructorInitializers: BeforeColon
|
2016-10-15 11:25:36 +02:00
|
|
|
BreakAfterJavaFieldAnnotations: false
|
|
|
|
BreakStringLiterals: true
|
2014-11-26 15:49:34 +01:00
|
|
|
ColumnLimit: 80
|
2016-10-15 11:25:36 +02:00
|
|
|
CommentPragmas: '^ IWYU pragma:'
|
2017-11-23 06:16:42 +01:00
|
|
|
CompactNamespaces: false
|
2016-01-27 13:14:07 +01:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2016-10-15 11:25:36 +02:00
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
Cpp11BracedListStyle: true
|
2014-11-26 15:49:34 +01:00
|
|
|
DerivePointerAlignment: false
|
2016-10-15 11:25:36 +02:00
|
|
|
DisableFormat: false
|
2014-11-26 15:49:34 +01:00
|
|
|
ExperimentalAutoDetectBinPacking: false
|
2017-11-23 06:16:42 +01:00
|
|
|
FixNamespaceComments: true
|
|
|
|
ForEachMacros:
|
|
|
|
- foreach
|
|
|
|
- Q_FOREACH
|
|
|
|
- BOOST_FOREACH
|
2018-06-09 09:20:27 +02:00
|
|
|
IncludeBlocks: Preserve
|
2016-10-15 11:25:36 +02:00
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '^(<|"(gtest|isl|json)/)'
|
|
|
|
Priority: 3
|
|
|
|
- Regex: '.*'
|
|
|
|
Priority: 1
|
|
|
|
IncludeIsMainRegex: '$'
|
2014-11-26 15:49:34 +01:00
|
|
|
IndentCaseLabels: false
|
2018-06-09 09:21:30 +02:00
|
|
|
IndentPPDirectives: AfterHash
|
2016-10-15 11:25:36 +02:00
|
|
|
IndentWidth: 2
|
2014-11-26 15:49:34 +01:00
|
|
|
IndentWrappedFunctionNames: false
|
2016-10-15 11:25:36 +02:00
|
|
|
JavaScriptQuotes: Leave
|
|
|
|
JavaScriptWrapImports: true
|
2014-11-26 15:49:34 +01:00
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
2016-10-15 11:25:36 +02:00
|
|
|
MacroBlockBegin: ''
|
|
|
|
MacroBlockEnd: ''
|
|
|
|
MaxEmptyLinesToKeep: 1
|
2014-11-26 15:49:34 +01:00
|
|
|
NamespaceIndentation: None
|
2016-10-15 11:25:36 +02:00
|
|
|
ObjCBlockIndentWidth: 2
|
2014-11-26 15:49:34 +01:00
|
|
|
ObjCSpaceAfterProperty: false
|
|
|
|
ObjCSpaceBeforeProtocolList: true
|
2017-11-23 06:16:42 +01:00
|
|
|
PenaltyBreakAssignment: 2
|
2014-11-26 15:49:34 +01:00
|
|
|
PenaltyBreakBeforeFirstCallParameter: 19
|
|
|
|
PenaltyBreakComment: 300
|
|
|
|
PenaltyBreakFirstLessLess: 120
|
2016-10-15 11:25:36 +02:00
|
|
|
PenaltyBreakString: 1000
|
2014-11-26 15:49:34 +01:00
|
|
|
PenaltyExcessCharacter: 1000000
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 60
|
|
|
|
PointerAlignment: Right
|
2018-06-09 09:20:27 +02:00
|
|
|
RawStringFormats:
|
|
|
|
- Delimiter: pb
|
|
|
|
Language: TextProto
|
|
|
|
BasedOnStyle: google
|
2016-10-15 11:25:36 +02:00
|
|
|
ReflowComments: true
|
|
|
|
SortIncludes: false
|
2017-11-23 06:16:42 +01:00
|
|
|
SortUsingDeclarations: true
|
2016-10-15 11:25:36 +02:00
|
|
|
SpaceAfterCStyleCast: false
|
2017-04-30 08:45:53 +02:00
|
|
|
SpaceAfterTemplateKeyword: true
|
2016-10-15 11:25:36 +02:00
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
2014-11-26 15:49:34 +01:00
|
|
|
SpacesBeforeTrailingComments: 1
|
2016-10-15 11:25:36 +02:00
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInContainerLiterals: true
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
2014-11-26 15:49:34 +01:00
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|
|
|
|
...
|
|
|
|
|