
* 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 |