diff options
| author | opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com> | 2025-12-29 20:54:25 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-29 20:54:25 -0600 |
| commit | 1d589c7ac72e1b55716b3e6a92e9c652ce3bce25 (patch) | |
| tree | bca43f243c329b9eb57ef875e6d45ca2e951a3a1 | |
| parent | 6b5a0fb261af36d97fb39f12480ea9d8da5eb7a5 (diff) | |
| download | opencode-1d589c7ac72e1b55716b3e6a92e9c652ce3bce25.tar.gz opencode-1d589c7ac72e1b55716b3e6a92e9c652ce3bce25.zip | |
docs: nix formatter (#6414)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
| -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 2c0687b8e..137d3be1e 100644 --- a/packages/web/src/content/docs/formatters.mdx +++ b/packages/web/src/content/docs/formatters.mdx @@ -30,6 +30,7 @@ OpenCode comes with several built-in formatters for popular languages and framew | ocamlformat | .ml, .mli | `ocamlformat` command available and `.ocamlformat` config file | | terraform | .tf, .tfvars | `terraform` command available | | gleam | .gleam | `gleam` command available | +| nixfmt | .nix | `nixfmt` command available | | shfmt | .sh, .bash | `shfmt` command available | | oxfmt (Experimental) | .js, .jsx, .ts, .tsx | `oxfmt` dependency in `package.json` and an [experimental env variable flag](/docs/cli/#experimental) | |
