summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-22 15:54:49 +0000
committerGithub Actions <actions@github>2023-09-22 15:54:49 +0000
commit0b765255665bca59dc8c80ec7d3908ce6fcafb92 (patch)
treed269c871fbb8d1130f5eda13f9c03105ea9335cb
parent0e2c97ab640f14f7da92278c731879efcb11f563 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c1d671..2322b72 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,7 @@ To view configured and available formatters, as well as to see the log file, run
- [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.
+- [dprint](https://github.com/dprint/dprint) - Pluggable and configurable code formatting platform written in Rust.
- [elm_format](https://github.com/avh4/elm-format) - elm-format formats Elm source code according to a standard set of rules based on the official [Elm Style Guide](https://elm-lang.org/docs/style-guide).
- [erb_format](https://github.com/nebulab/erb-formatter) - Format ERB files with speed and precision.
- [eslint_d](https://github.com/mantoni/eslint_d.js/) - Like ESLint, but faster.
diff --git a/doc/conform.txt b/doc/conform.txt
index 9e34196..cd11db1 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -176,6 +176,7 @@ FORMATTERS *conform-formatter
`dfmt` - Formatter for D source code.
`djlint` - ✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks -
Handlebars - GoLang.
+`dprint` - Pluggable and configurable code formatting platform written in Rust.
`elm_format` - elm-format formats Elm source code according to a standard set of
rules based on the official [Elm Style Guide](https://elm-
lang.org/docs/style-guide).