mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-13 00:04:10 +00:00
46 lines
1.3 KiB
Text
46 lines
1.3 KiB
Text
|
AccessModifierOffset: 0
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
AlignTrailingComments: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBinaryOperators: false
|
||
|
BreakBeforeBraces: Allman
|
||
|
BreakBeforeTernaryOperators: false
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
ColumnLimit: 100
|
||
|
CommentPragmas: ''
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ConstructorInitializerIndentWidth: 0
|
||
|
ContinuationIndentWidth: 0
|
||
|
Cpp11BracedListStyle: true
|
||
|
DerivePointerAlignment: false
|
||
|
IndentCaseLabels: true
|
||
|
IndentWidth: 4
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
NamespaceIndentation: All
|
||
|
PenaltyBreakBeforeFirstCallParameter: 100
|
||
|
PenaltyBreakComment: 100
|
||
|
PenaltyBreakFirstLessLess: 0
|
||
|
PenaltyBreakString: 100
|
||
|
PenaltyExcessCharacter: 1
|
||
|
PenaltyReturnTypeOnItsOwnLine: 20
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceAfterTemplateKeyword: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpacesInParentheses: false
|
||
|
Standard: Cpp11
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|