mirror of
https://github.com/zeldaret/st
synced 2026-09-13 04:45:32 -04:00
0f74fd4201
* name item 31 to 34 * name item 25 to 29 * decompile PassengerManager (95%) * started cargo manager * local attribute * passenger/cargo manager ov001 functions * name item manager functions * fix build issues & more docs on 027e0cd8 * format
37 lines
823 B
YAML
37 lines
823 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 127
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
InsertBraces: true
|
|
|
|
IndentCaseLabels: true
|
|
IndentExternBlock: NoIndent
|
|
IndentPPDirectives: BeforeHash
|
|
NamespaceIndentation: All
|
|
IndentAccessModifiers: false
|
|
AccessModifierOffset: -4
|
|
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignEscapedNewlines: LeftWithLastLine
|
|
AlignTrailingComments: true
|
|
|
|
BreakConstructorInitializers: AfterColon
|
|
|
|
PackConstructorInitializers: Never
|
|
|
|
SpaceAfterCStyleCast: true
|
|
SpaceBeforeParens: Custom
|
|
SpaceBeforeParensOptions:
|
|
AfterPlacementOperator: false
|
|
AfterControlStatements: true
|
|
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterControlStatement: Never
|
|
|
|
InsertNewlineAtEOF: true
|