mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
21 lines
489 B
YAML
21 lines
489 B
YAML
---
|
|
Language: Cpp
|
|
UseTab: Always
|
|
TabWidth: 8
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
AlignConsecutiveDeclarations:
|
|
Enabled: true
|
|
IndentWidth: 8
|
|
PointerAlignment: Left
|
|
ColumnLimit: 0
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLoopsOnASingleLine: true
|
|
SpaceBeforeParens: Never
|
|
AlignEscapedNewlines: DontAlign
|
|
SortIncludes: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
#IndentPPDirectives: AfterHash
|