mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
60 lines
1.8 KiB
Text
60 lines
1.8 KiB
Text
|
---
|
||
|
Language: Cpp
|
||
|
# BasedOnStyle: Google
|
||
|
AccessModifierOffset: -2
|
||
|
AlignAfterOpenBracket: true
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AlwaysBreakAfterDefinitionReturnType: false
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
BinPackParameters: true
|
||
|
BinPackArguments: true
|
||
|
ColumnLimit: 500
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ConstructorInitializerIndentWidth: 8
|
||
|
DerivePointerAlignment: false
|
||
|
ExperimentalAutoDetectBinPacking: false
|
||
|
IndentCaseLabels: true
|
||
|
IndentWrappedFunctionNames: false
|
||
|
IndentFunctionDeclarationAfterType: false
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
NamespaceIndentation: None
|
||
|
PenaltyBreakBeforeFirstCallParameter: 1
|
||
|
PenaltyBreakComment: 300
|
||
|
PenaltyBreakString: 1000
|
||
|
PenaltyBreakFirstLessLess: 120
|
||
|
PenaltyExcessCharacter: 1000000
|
||
|
PenaltyReturnTypeOnItsOwnLine: 200
|
||
|
PointerAlignment: Left
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
Cpp11BracedListStyle: true
|
||
|
Standard: Auto
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 8
|
||
|
UseTab: Never
|
||
|
BreakBeforeBraces: Attach
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
SpacesInAngles: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpaceAfterCStyleCast: true
|
||
|
SpacesInContainerLiterals: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
ContinuationIndentWidth: 8
|
||
|
CommentPragmas: '^ IWYU pragma:'
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
...
|