feat(opencode): add dfmt formatter support for D language files (#13867)

This commit is contained in:
Robert Schadek
2026-02-16 20:14:35 +01:00
committed by GitHub
parent 16332a8583
commit 160ba295a8
19 changed files with 27 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ O opencode vem com vários formatadores integrados para linguagens e frameworks
| htmlbeautifier | .erb, .html.erb | Comando `htmlbeautifier` disponível |
| air | .R | Comando `air` disponível |
| dart | .dart | Comando `dart` disponível |
| dfmt | .d | Comando `dfmt` disponível |
| ocamlformat | .ml, .mli | Comando `ocamlformat` disponível e arquivo de configuração `.ocamlformat` |
| terraform | .tf, .tfvars | Comando `terraform` disponível |
| gleam | .gleam | Comando `gleam` disponível |