diff options
| author | Jared A. Scheel <[email protected]> | 2025-11-04 15:40:29 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-04 15:40:29 -0600 |
| commit | 272349b8da4d33f29b9249e55d7bd4055659ba60 (patch) | |
| tree | 50e0d0657a7f62fa5fbc6cee67eef76c35740391 /packages/web/src | |
| parent | fe94bb8e50ed9625e553cc7bd79d3a02889c2979 (diff) | |
| download | opencode-272349b8da4d33f29b9249e55d7bd4055659ba60.tar.gz opencode-272349b8da4d33f29b9249e55d7bd4055659ba60.zip | |
Add support for `uv format` in formatters (#3916)
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/formatters.mdx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/formatters.mdx b/packages/web/src/content/docs/formatters.mdx index 8853ca334..4b46a4f63 100644 --- a/packages/web/src/content/docs/formatters.mdx +++ b/packages/web/src/content/docs/formatters.mdx @@ -21,6 +21,7 @@ OpenCode comes with several built-in formatters for popular languages and framew | clang-format | .c, .cpp, .h, .hpp, .ino, and [more](https://clang.llvm.org/docs/ClangFormat.html) | `.clang-format` config file | | ktlint | .kt, .kts | `ktlint` command available | | ruff | .py, .pyi | `ruff` command available with config | +| uv | .py, .pyi | `uv` command available | | rubocop | .rb, .rake, .gemspec, .ru | `rubocop` command available | | standardrb | .rb, .rake, .gemspec, .ru | `standardrb` command available | | htmlbeautifier | .erb, .html.erb | `htmlbeautifier` command available | |
