Files
OpenLLM/.editorconfig
2023-08-15 02:11:14 -04:00

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