aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-25 00:30:22 +0000
committerGithub Actions <actions@github>2024-06-25 00:30:22 +0000
commit4baa2f9db2bf9e772c46efb0c3fa0daad5e8abfd (patch)
tree4d1d44449e219d79955b9fa321fced25ca6f72da
parentb67f2732a2d0276454c7623204741d908de5358a (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt3
2 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa1d898..7bb5eaa 100644
--- a/README.md
+++ b/README.md
@@ -213,6 +213,8 @@ You can view this list in vim with `:help conform-formatters`
- [d2](https://github.com/terrastruct/d2) - D2 is a modern diagram scripting language that turns text to diagrams.
- [darker](https://github.com/akaihola/darker) - Run black only on changed lines.
- [dart_format](https://dart.dev/tools/dart-format) - Replace the whitespace in your program with formatting that follows Dart guidelines.
+- [dcm_fix](https://dcm.dev/docs/cli/formatting/fix/) - Fixes issues produced by dcm analyze, dcm check-unused-code or dcm check-dependencies commands.
+- [dcm_format](https://dcm.dev/docs/cli/formatting/format/) - Formats *.dart files.
- [deno_fmt](https://deno.land/manual/tools/formatter) - Use [Deno](https://deno.land/) to format TypeScript, JavaScript/JSON and markdown.
- [dfmt](https://github.com/dlang-community/dfmt) - Formatter for D source code.
- [djlint](https://github.com/Riverside-Healthcare/djLint) - ✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang.
diff --git a/doc/conform.txt b/doc/conform.txt
index 4dab046..54f1f06 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -254,6 +254,9 @@ FORMATTERS *conform-formatter
`darker` - Run black only on changed lines.
`dart_format` - Replace the whitespace in your program with formatting that
follows Dart guidelines.
+`dcm_fix` - Fixes issues produced by dcm analyze, dcm check-unused-code or dcm
+ check-dependencies commands.
+`dcm_format` - Formats *.dart files.
`deno_fmt` - Use [Deno](https://deno.land/) to format TypeScript,
JavaScript/JSON and markdown.
`dfmt` - Formatter for D source code.