mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-22 22:39:47 -05:00
Prepare for 0.2.12 release Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Aaron <29749331+aarnphm@users.noreply.github.com>
14 lines
180 B
INI
14 lines
180 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[src/openllm/cli/entrypoint.py]
|
|
indent_size = unset
|