diff options
| author | GitHub Action <[email protected]> | 2026-01-08 22:03:23 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-08 22:03:23 +0000 |
| commit | b4f8de0c0adb714e64aa9b2babea91afa5d04758 (patch) | |
| tree | c893ff922742522edd12377087d436700160bf35 | |
| parent | 768e0553bd93140339a2ea216eaa8c6bb7efbe85 (diff) | |
| download | opencode-b4f8de0c0adb714e64aa9b2babea91afa5d04758.tar.gz opencode-b4f8de0c0adb714e64aa9b2babea91afa5d04758.zip | |
chore: generate
| -rw-r--r-- | packages/plugin/package.json | 2 | ||||
| -rw-r--r-- | packages/sdk/js/package.json | 2 | ||||
| -rw-r--r-- | packages/web/src/content/docs/formatters.mdx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json index f30e1cdaa..1272f5480 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -25,4 +25,4 @@ "typescript": "catalog:", "@typescript/native-preview": "catalog:" } -}
\ No newline at end of file +} diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index 5a6dd304b..5e90b60cd 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -30,4 +30,4 @@ "publishConfig": { "directory": "dist" } -}
\ No newline at end of file +} diff --git a/packages/web/src/content/docs/formatters.mdx b/packages/web/src/content/docs/formatters.mdx index 55d7c2505..e4faa5eb8 100644 --- a/packages/web/src/content/docs/formatters.mdx +++ b/packages/web/src/content/docs/formatters.mdx @@ -22,7 +22,7 @@ OpenCode comes with several built-in formatters for popular languages and framew | ktlint | .kt, .kts | `ktlint` command available | | ruff | .py, .pyi | `ruff` command available with config | | rustfmt | .rs | `rustfmt` command available | -| cargofmt | .rs | `cargo fmt` command available | +| cargofmt | .rs | `cargo fmt` command available | | uv | .py, .pyi | `uv` command available | | rubocop | .rb, .rake, .gemspec, .ru | `rubocop` command available | | standardrb | .rb, .rake, .gemspec, .ru | `standardrb` command available | |
