chore: generate
This commit is contained in:
parent
ccd182f522
commit
3e4b8e2bf5
1 changed files with 19 additions and 19 deletions
|
|
@ -12,7 +12,7 @@ OpenCode automatically formats files after they are written or edited using lang
|
||||||
OpenCode comes with several built-in formatters for popular languages and frameworks. Below is a list of the formatters, supported file extensions, and commands or config options it needs.
|
OpenCode comes with several built-in formatters for popular languages and frameworks. Below is a list of the formatters, supported file extensions, and commands or config options it needs.
|
||||||
|
|
||||||
| Formatter | Extensions | Requirements |
|
| Formatter | Extensions | Requirements |
|
||||||
| -------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
|
| -------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
|
||||||
| gofmt | .go | `gofmt` command available |
|
| gofmt | .go | `gofmt` command available |
|
||||||
| mix | .ex, .exs, .eex, .heex, .leex, .neex, .sface | `mix` command available |
|
| mix | .ex, .exs, .eex, .heex, .leex, .neex, .sface | `mix` command available |
|
||||||
| prettier | .js, .jsx, .ts, .tsx, .html, .css, .md, .json, .yaml, and [more](https://prettier.io/docs/en/index.html) | `prettier` dependency in `package.json` |
|
| prettier | .js, .jsx, .ts, .tsx, .html, .css, .md, .json, .yaml, and [more](https://prettier.io/docs/en/index.html) | `prettier` dependency in `package.json` |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue