mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-08-06 18:20:42 -05:00
* implement the complete bpe function --------- Co-authored-by: leejet <leejet714@gmail.com>
13 lines
309 B
YAML
13 lines
309 B
YAML
BasedOnStyle: Chromium
|
|
UseTab: Never
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 0
|
|
AccessModifierOffset: -4
|
|
NamespaceIndentation: All
|
|
FixNamespaceComments: false
|
|
AlignAfterOpenBracket: true
|
|
AlignConsecutiveAssignments: true
|
|
IndentCaseLabels: true |