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

View file

@ -19,6 +19,7 @@ OpenCode comes with several built-in formatters for popular languages and framew
| clang-format | .c, .cpp, .h, .hpp, .ino, and [more](https://clang.llvm.org/docs/ClangFormat.html) | `.clang-format` config file |
| cljfmt | .clj, .cljs, .cljc, .edn | `cljfmt` command available |
| dart | .dart | `dart` command available |
| dfmt | .d | `dfmt` command available |
| gleam | .gleam | `gleam` command available |
| gofmt | .go | `gofmt` command available |
| htmlbeautifier | .erb, .html.erb | `htmlbeautifier` command available |