mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-12-17 15:45:12 +02:00
Initial PoC commit
This commit is contained in:
103
.clang-format
Normal file
103
.clang-format
Normal file
@@ -0,0 +1,103 @@
|
||||
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
|
||||
Reference in New Issue
Block a user