mirror of
https://github.com/zeldaret/st
synced 2026-06-11 13:10:20 -04:00
35 lines
798 B
YAML
35 lines
798 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: Leave
|
|
|
|
BreakConstructorInitializers: AfterColon
|
|
|
|
PackConstructorInitializers: Never
|
|
|
|
SpaceAfterCStyleCast: true
|
|
SpaceBeforeParens: Custom
|
|
SpaceBeforeParensOptions:
|
|
AfterPlacementOperator: false
|
|
AfterControlStatements: true
|
|
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterControlStatement: Never
|