diff options
Diffstat (limited to 'packages/web/src/content/docs/formatters.mdx')
| -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 bb3fe811c..052138f68 100644 --- a/packages/web/src/content/docs/formatters.mdx +++ b/packages/web/src/content/docs/formatters.mdx @@ -29,6 +29,7 @@ OpenCode comes with several built-in formatters for popular languages and framew | dart | .dart | `dart` command available | | ocamlformat | .ml, .mli | `ocamlformat` command available and `.ocamlformat` config file | | terraform | .tf, .tfvars | `terraform` command available | +| gleam | .gleam | `gleam` command available | So if your project has `prettier` in your `package.json`, OpenCode will automatically use it. |
