mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
|
# IndentPPDirectives: None
|
||
|
# SpaceInParentheses: false
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveAssignments: false
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: true
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
ColumnLimit: 100
|
||
|
IndentCaseLabels: true
|
||
|
IndentWidth: 8
|
||
|
IndentWrappedFunctionNames: true
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
PointerAlignment: Right
|
||
|
SortIncludes: true
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
TabWidth: 8
|
||
|
UseTab: ForIndentation
|