forked from pyrite-dev/pmake
24 lines
589 B
YAML
24 lines
589 B
YAML
---
|
|
UseTab: Always
|
|
TabWidth: 8
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
AlignConsecutiveDeclarations:
|
|
Enabled: true
|
|
AccessModifierOffset: -4
|
|
NamespaceIndentation: All
|
|
IndentWidth: 8
|
|
PointerAlignment: Left
|
|
ColumnLimit: 0
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLoopsOnASingleLine: true
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterCaseLabel: true
|
|
SpaceBeforeParens: Never
|
|
AlignEscapedNewlines: DontAlign
|
|
SortIncludes: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
#IndentPPDirectives: AfterHash
|