mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
34 lines
876 B
Plaintext
34 lines
876 B
Plaintext
|
Language: Cpp
|
||
|
BasedOnStyle: GNU
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceAfterLogicalNot: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeSquareBrackets: false
|
||
|
SpaceInEmptyBlock: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInConditionalStatement: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
ColumnLimit: 0
|
||
|
PointerAlignment: Left
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveMacros: true
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllArgumentsOnNextLine: true
|
||
|
AllowShortBlocksOnASingleLine: true
|
||
|
IndentWidth: 4
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterCaseLabel: true
|
||
|
AfterControlStatement: Never
|
||
|
AfterFunction: true
|
||
|
BeforeElse: false
|
||
|
#BeforeWhile: false
|
||
|
AfterStruct: true
|
||
|
#BreakStringLiterals: true
|