mirror of
https://github.com/zeldaret/ph
synced 2026-07-08 13:46:28 -04:00
33 lines
748 B
YAML
33 lines
748 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 127
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: false
|
|
|
|
IndentCaseLabels: true
|
|
IndentExternBlock: Indent
|
|
IndentPPDirectives: BeforeHash
|
|
NamespaceIndentation: All
|
|
IndentAccessModifiers: false
|
|
AccessModifierOffset: -4
|
|
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignTrailingComments: Leave
|
|
|
|
BreakConstructorInitializers: AfterColon
|
|
|
|
PackConstructorInitializers: Never
|
|
|
|
SpaceAfterCStyleCast: true
|
|
SpaceBeforeParens: Custom
|
|
SpaceBeforeParensOptions:
|
|
AfterPlacementOperator: false
|
|
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterControlStatement: MultiLine
|