2024-05-22 23:24:12 -07:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
ColumnLimit: 0
|
|
|
|
PenaltyBreakComment: 300
|
|
|
|
PenaltyBreakFirstLessLess: 120
|
|
|
|
PenaltyBreakString: 100
|
|
|
|
PenaltyExcessCharacter: 100
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlignTrailingComments: true
|
|
|
|
PointerAlignment: Right
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
ReflowComments: true
|
|
|
|
CommentPragmas: '^\\s*\\*'
|
|
|
|
SortIncludes: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
BinPackParameters: false
|
|
|
|
AlignAfterOpenBracket: Align
|
2024-09-12 13:33:07 +08:00
|
|
|
InsertNewlineAtEOF: true
|