mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-03-12 18:59:15 +02:00
104 lines
2.0 KiB
Plaintext
104 lines
2.0 KiB
Plaintext
|
AlignAfterOpenBracket: DontAlign
|
||
|
|
||
|
AlignArrayOfStructures: None
|
||
|
|
||
|
AlignConsecutiveAssignments: None
|
||
|
AlignConsecutiveBitFields: None
|
||
|
AlignConsecutiveDeclarations: None
|
||
|
AlignConsecutiveMacros: None
|
||
|
AlignEscapedNewlines: DontAlign
|
||
|
AlignOperands: DontAlign
|
||
|
AlignTrailingComments: Never
|
||
|
|
||
|
AllowAllArgumentsOnNextLine: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
|
||
|
AllowShortBlocksOnASingleLine: Never
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortEnumsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
|
||
|
BinPackArguments: true
|
||
|
BinPackParameters: true
|
||
|
|
||
|
BitFieldColonSpacing: Both
|
||
|
|
||
|
BracedInitializerIndentWidth: 4
|
||
|
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
|
||
|
ColumnLimit: 100
|
||
|
|
||
|
ContinuationIndentWidth: 8
|
||
|
|
||
|
DisableFormat: false
|
||
|
|
||
|
ForEachMacros:
|
||
|
- wl_list_for_each
|
||
|
- wl_list_for_each_reverse
|
||
|
- wl_list_for_each_safe
|
||
|
- wl_list_for_each_reverse_safe
|
||
|
|
||
|
IncludeBlocks: Regroup
|
||
|
IncludeCategories:
|
||
|
- Regex: "^<wlr/"
|
||
|
Priority: -1
|
||
|
- Regex: "^<"
|
||
|
Priority: -2
|
||
|
- Regex: ".*"
|
||
|
Priority: 0
|
||
|
|
||
|
IndentCaseBlocks: false
|
||
|
IndentCaseLabels: false
|
||
|
IndentGotoLabels: false
|
||
|
IndentPPDirectives: None
|
||
|
|
||
|
IndentWidth: 4
|
||
|
|
||
|
IndentWrappedFunctionNames: false
|
||
|
|
||
|
InsertBraces: true
|
||
|
|
||
|
InsertNewlineAtEOF: true
|
||
|
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
|
||
|
Language: Cpp
|
||
|
|
||
|
LineEnding: LF
|
||
|
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
|
||
|
PointerAlignment: Right
|
||
|
|
||
|
ReflowComments: true
|
||
|
|
||
|
RemoveSemicolon: true
|
||
|
|
||
|
SortIncludes: CaseSensitive
|
||
|
|
||
|
SpaceAfterCStyleCast: false
|
||
|
SpaceAfterLogicalNot: false
|
||
|
SpaceAroundPointerQualifiers: Default
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeCaseColon: false
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceBeforeSquareBrackets: false
|
||
|
SpaceInEmptyBlock: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInConditionalStatement: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
|
||
|
TabWidth: 4
|
||
|
|
||
|
UseTab: Always
|