mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
54 lines
1.4 KiB
Plaintext
54 lines
1.4 KiB
Plaintext
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
UseTab: Never
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: false
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterObjCDeclaration: true
|
||
|
AfterStruct: true
|
||
|
AfterUnion: true
|
||
|
BeforeCatch: true
|
||
|
BeforeElse: false
|
||
|
IndentBraces: false
|
||
|
|
||
|
AlignConsecutiveAssignments: false
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
IndentCaseLabels: true
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: false
|
||
|
AlignTrailingComments: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
ColumnLimit: 80
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
ContinuationIndentWidth: 2
|
||
|
PointerAlignment: Right
|
||
|
ReflowComments: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: Always
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInAngles: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
Standard: Cpp11
|
||
|
|
||
|
SortIncludes: false
|
||
|
|
||
|
FixNamespaceComments: false
|
||
|
BreakBeforeBinaryOperators: NonAssignment
|
||
|
SpaceAfterTemplateKeyword: true
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignOperands: true
|
||
|
BreakConstructorInitializers: AfterColon
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
SpaceAfterCStyleCast: true
|
||
|
BreakBeforeTernaryOperators: true
|