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
commit 160ba295a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 27 additions and 0 deletions

View file

@ -29,6 +29,7 @@ OpenCode include diversi formattatori integrati per linguaggi e framework popola
| htmlbeautifier | .erb, .html.erb | `htmlbeautifier` command available |
| air | .R | `air` command available |
| dart | .dart | `dart` command available |
| dfmt | .d | `dfmt` command available |
| ocamlformat | .ml, .mli | `ocamlformat` command available and `.ocamlformat` config file |
| terraform | .tf, .tfvars | `terraform` command available |
| gleam | .gleam | `gleam` command available |