diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-05-03 00:10:53 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-05-03 00:10:53 +0000 |
| commit | d10fb88b66181ab710b768a23317c0b972bcd9c5 (patch) | |
| tree | b3be8f4dff64fb6c72efbfd0f4a8352c622a3cc2 /packages/web/src | |
| parent | 6b68b1020e3efbeb7d09b3318495593b66f1c745 (diff) | |
| download | opencode-d10fb88b66181ab710b768a23317c0b972bcd9c5.tar.gz opencode-d10fb88b66181ab710b768a23317c0b972bcd9c5.zip | |
chore: generate
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/formatters.mdx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/formatters.mdx b/packages/web/src/content/docs/formatters.mdx index ec7a965d2..58b63fa34 100644 --- a/packages/web/src/content/docs/formatters.mdx +++ b/packages/web/src/content/docs/formatters.mdx @@ -80,12 +80,12 @@ Use an object to keep built-ins enabled while configuring overrides or custom fo Each formatter configuration supports the following: -| Property | Type | Description | -| ------------- | -------- | ------------------------------------------------------- | -| `disabled` | boolean | Set this to `true` to disable the formatter | +| Property | Type | Description | +| ------------- | -------- | ------------------------------------------------------------------------------------------ | +| `disabled` | boolean | Set this to `true` to disable the formatter | | `command` | string[] | The command to run for formatting. Required for custom formatters; optional for built-ins. | -| `environment` | object | Environment variables to set when running the formatter | -| `extensions` | string[] | File extensions this formatter should handle | +| `environment` | object | Environment variables to set when running the formatter | +| `extensions` | string[] | File extensions this formatter should handle | Let's look at some examples. |
