diff options
| author | Aiden Cline <[email protected]> | 2025-12-08 12:05:08 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-08 12:05:25 -0600 |
| commit | ac70c1e813d09f21a9c3b46405c1468a73771c38 (patch) | |
| tree | 0b9e6a3f569ce549bec1c382a282b28547a24061 /packages/web/src/content/docs/formatters.mdx | |
| parent | ac0bed16a222ce96c6fe61d25036f9cdaa602c49 (diff) | |
| download | opencode-ac70c1e813d09f21a9c3b46405c1468a73771c38.tar.gz opencode-ac70c1e813d09f21a9c3b46405c1468a73771c38.zip | |
docs: lsp & formatters
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 9face787f..bb3fe811c 100644 --- a/packages/web/src/content/docs/formatters.mdx +++ b/packages/web/src/content/docs/formatters.mdx @@ -28,6 +28,7 @@ OpenCode comes with several built-in formatters for popular languages and framew | air | .R | `air` command available | | dart | .dart | `dart` command available | | ocamlformat | .ml, .mli | `ocamlformat` command available and `.ocamlformat` config file | +| terraform | .tf, .tfvars | `terraform` command available | So if your project has `prettier` in your `package.json`, OpenCode will automatically use it. |
