aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-29 06:12:38 +0000
committerGithub Actions <actions@github>2023-09-29 06:12:38 +0000
commit0cd34feae8b4a94271119a5d6a038f70c83582d1 (patch)
treeb66492d17c42e19f0f8eec195387f87bd5021175
parente359687e3684452ff45d7a5f1a59cd40b0bfa320 (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 f318db7..356b587 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ To view configured and available formatters, as well as to see the log file, run
- [cljstyle](https://github.com/greglook/cljstyle) - Formatter for Clojure code.
- [cmake_format](https://github.com/cheshirekow/cmake_format) - Parse cmake listfiles and format them nicely.
- [codespell](https://github.com/codespell-project/codespell) - Check code for common misspellings.
+- [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.
- [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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 970885f..4e0910e 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -170,6 +170,7 @@ FORMATTERS *conform-formatter
`cljstyle` - Formatter for Clojure code.
`cmake_format` - Parse cmake listfiles and format them nicely.
`codespell` - Check code for common misspellings.
+`darker` - Run black only on changed lines.
`dart_format` - Replace the whitespace in your program with formatting that
follows Dart guidelines.
`deno_fmt` - Use [Deno](https://deno.land/) to format TypeScript,