mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-06 08:08:03 -05:00
14 lines
195 B
INI
14 lines
195 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[openllm-python/src/openllm/cli/entrypoint.py]
|
|
indent_size = unset
|