Files
OpenLLM/.editorconfig
pre-commit-ci[bot] c2ed1d56da chore(release): update base container restriction (#173)
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>
2023-08-01 15:25:17 -04:00

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