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

This commit is contained in:
Robert Schadek
2026-02-16 13:14:35 -06:00
committed by GitHub
parent 16332a8583
commit 160ba295a8
19 changed files with 27 additions and 0 deletions
@@ -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 |