mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
feat(opencode): add dfmt formatter support for D language files (#13867)
This commit is contained in:
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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue