forked from pyrite-dev/milsko
21 lines
526 B
YAML
21 lines
526 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
|
|
SpaceBeforeParens: Never
|
|
AlignEscapedNewlines: DontAlign
|
|
SortIncludes: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
#IndentPPDirectives: AfterHash
|