mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-03 03:04:39 +00:00
59 lines
1.7 KiB
Plaintext
59 lines
1.7 KiB
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
AccessModifierOffset: -1
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
BreakBeforeBinaryOperators: false
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
BinPackParameters: false
|
||
|
ColumnLimit: 0
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
DerivePointerAlignment: false
|
||
|
ExperimentalAutoDetectBinPacking: false
|
||
|
IndentCaseLabels: true
|
||
|
IndentWrappedFunctionNames: false
|
||
|
IndentFunctionDeclarationAfterType: false
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
NamespaceIndentation: None
|
||
|
ObjCSpaceAfterProperty: true
|
||
|
ObjCSpaceBeforeProtocolList: true
|
||
|
ObjCBlockIndentWidth: 4
|
||
|
PenaltyBreakBeforeFirstCallParameter: 1
|
||
|
PenaltyBreakComment: 300
|
||
|
PenaltyBreakString: 1000
|
||
|
PenaltyBreakFirstLessLess: 120
|
||
|
PenaltyExcessCharacter: 1000000
|
||
|
PenaltyReturnTypeOnItsOwnLine: 200
|
||
|
PointerAlignment: Right
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
Cpp11BracedListStyle: true
|
||
|
Standard: Cpp03
|
||
|
IndentWidth: 4
|
||
|
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
|
||
|
SortIncludes: false
|
||
|
...
|
||
|
|