summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorKyle F Butts <[email protected]>2025-11-04 18:18:33 -0600
committerGitHub <[email protected]>2025-11-04 18:18:33 -0600
commit04546c0873b6c379b9a4c92b7301249eea009b0b (patch)
treea198ef1e449e111ec693e9cb43f8c68ce846dc8d /packages/web/src
parentf51bd91af49fcc3339c11a86a463fc7d7e2489b2 (diff)
downloadopencode-04546c0873b6c379b9a4c92b7301249eea009b0b.tar.gz
opencode-04546c0873b6c379b9a4c92b7301249eea009b0b.zip
Add support for `R formatter` in formatters (#3918)
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/formatters.mdx1
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 4b46a4f63..9fc41a53d 100644
--- a/packages/web/src/content/docs/formatters.mdx
+++ b/packages/web/src/content/docs/formatters.mdx
@@ -25,6 +25,7 @@ OpenCode comes with several built-in formatters for popular languages and framew
| rubocop | .rb, .rake, .gemspec, .ru | `rubocop` command available |
| standardrb | .rb, .rake, .gemspec, .ru | `standardrb` command available |
| htmlbeautifier | .erb, .html.erb | `htmlbeautifier` command available |
+| air | .R | `air` command available |
So if your project has `prettier` in your `package.json`, OpenCode will automatically use it.