mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 02:15:17 +00:00
16a23a6618
Client: C++ Patch: Konrad Grochowski make style command added
57 lines
1.7 KiB
YAML
57 lines
1.7 KiB
YAML
---
|
|
Language: Cpp
|
|
# BasedOnStyle: LLVM
|
|
AccessModifierOffset: -2
|
|
ConstructorInitializerIndentWidth: 2
|
|
AlignEscapedNewlinesLeft: false
|
|
AlignTrailingComments: true
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
BreakBeforeBinaryOperators: true
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializersBeforeComma: false
|
|
BinPackParameters: false
|
|
ColumnLimit: 100
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
DerivePointerAlignment: false
|
|
IndentCaseLabels: false
|
|
IndentWrappedFunctionNames: false
|
|
IndentFunctionDeclarationAfterType: false
|
|
MaxEmptyLinesToKeep: 1
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
NamespaceIndentation: None
|
|
ObjCSpaceAfterProperty: false
|
|
ObjCSpaceBeforeProtocolList: true
|
|
PenaltyBreakBeforeFirstCallParameter: 190
|
|
PenaltyBreakComment: 300
|
|
PenaltyBreakString: 10000
|
|
PenaltyBreakFirstLessLess: 120
|
|
PenaltyExcessCharacter: 1000000
|
|
PenaltyReturnTypeOnItsOwnLine: 1200
|
|
PointerAlignment: Left
|
|
SpacesBeforeTrailingComments: 1
|
|
Cpp11BracedListStyle: true
|
|
Standard: Auto
|
|
IndentWidth: 2
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
BreakBeforeBraces: Attach
|
|
SpacesInParentheses: false
|
|
SpacesInAngles: false
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInContainerLiterals: true
|
|
SpaceBeforeAssignmentOperators: true
|
|
ContinuationIndentWidth: 4
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
|
SpaceBeforeParens: ControlStatements
|
|
DisableFormat: false
|
|
...
|
|
|