mirror of https://github.com/ecmwf/eccodes.git
107 lines
2.9 KiB
Plaintext
107 lines
2.9 KiB
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
AccessModifierOffset: -4
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortBlocksOnASingleLine: true
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterDefinitionReturnType: None
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: true
|
||
|
BraceWrapping:
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: false
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterObjCDeclaration: false
|
||
|
AfterStruct: true
|
||
|
AfterUnion: true
|
||
|
BeforeCatch: true
|
||
|
BeforeElse: true
|
||
|
IndentBraces: false
|
||
|
SplitEmptyFunction: true
|
||
|
SplitEmptyRecord: true
|
||
|
SplitEmptyNamespace: true
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Custom
|
||
|
BreakBeforeInheritanceComma: false
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
BreakAfterJavaFieldAnnotations: false
|
||
|
BreakStringLiterals: true
|
||
|
ColumnLimit: 0
|
||
|
CommentPragmas: '^ IWYU pragma:'
|
||
|
CompactNamespaces: false
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
ContinuationIndentWidth: 4
|
||
|
Cpp11BracedListStyle: false
|
||
|
DerivePointerAlignment: false
|
||
|
DisableFormat: false
|
||
|
ExperimentalAutoDetectBinPacking: false
|
||
|
FixNamespaceComments: true
|
||
|
ForEachMacros:
|
||
|
- foreach
|
||
|
- Q_FOREACH
|
||
|
- BOOST_FOREACH
|
||
|
IncludeCategories:
|
||
|
- Regex: '^<.*\.h>'
|
||
|
Priority: 1
|
||
|
- Regex: '^<.*'
|
||
|
Priority: 2
|
||
|
- Regex: '.*'
|
||
|
Priority: 3
|
||
|
IncludeIsMainRegex: '([-_](test|unittest))?$'
|
||
|
IndentCaseLabels: true
|
||
|
IndentWidth: 4
|
||
|
IndentWrappedFunctionNames: false
|
||
|
JavaScriptQuotes: Leave
|
||
|
JavaScriptWrapImports: true
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
MacroBlockBegin: ''
|
||
|
MacroBlockEnd: ''
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
NamespaceIndentation: None
|
||
|
ObjCBlockIndentWidth: 2
|
||
|
ObjCSpaceAfterProperty: false
|
||
|
ObjCSpaceBeforeProtocolList: false
|
||
|
PenaltyBreakAssignment: 2
|
||
|
PenaltyBreakBeforeFirstCallParameter: 1
|
||
|
PenaltyBreakComment: 300
|
||
|
PenaltyBreakFirstLessLess: 120
|
||
|
PenaltyBreakString: 1000
|
||
|
PenaltyExcessCharacter: 1000000
|
||
|
PenaltyReturnTypeOnItsOwnLine: 200
|
||
|
PointerAlignment: Left
|
||
|
ReflowComments: true
|
||
|
SortIncludes: false
|
||
|
SortUsingDeclarations: true
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceAfterTemplateKeyword: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
SpacesInAngles: false
|
||
|
SpacesInContainerLiterals: true
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
Standard: Auto
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|
||
|
...
|