mirror of
https://github.com/leejet/stable-diffusion.cpp
synced 2026-03-01 20:50:06 +01:00
12 lines
285 B
YAML
12 lines
285 B
YAML
BasedOnStyle: Chromium
|
|
UseTab: Never
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
ColumnLimit: 0
|
|
AccessModifierOffset: -4
|
|
NamespaceIndentation: All
|
|
FixNamespaceComments: false
|
|
AlignAfterOpenBracket: true
|
|
AlignConsecutiveAssignments: true
|
|
IndentCaseLabels: true |