aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f1f4092..15843e4 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,7 @@ You can view this list in vim with `:help conform-formatters`
- [biome](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them.
- [black](https://github.com/psf/black) - The uncompromising Python code formatter.
- [blade-formatter](https://github.com/shufo/blade-formatter) - An opinionated blade template formatter for Laravel that respects readability.
+- [blue](https://github.com/grantjenks/blue) - The slightly less uncompromising Python code formatter.
- [buf](https://buf.build/docs/reference/cli/buf/format) - A new way of working with Protocol Buffers.
- [clang_format](https://www.kernel.org/doc/html/latest/process/clang-format.html) - Tool to format C/C++/… code according to a set of rules and heuristics.
- [cljstyle](https://github.com/greglook/cljstyle) - Formatter for Clojure code.
diff --git a/doc/conform.txt b/doc/conform.txt
index 746927d..65ad57b 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -168,6 +168,7 @@ FORMATTERS *conform-formatter
`black` - The uncompromising Python code formatter.
`blade-formatter` - An opinionated blade template formatter for Laravel that
respects readability.
+`blue` - The slightly less uncompromising Python code formatter.
`buf` - A new way of working with Protocol Buffers.
`clang_format` - Tool to format C/C++/… code according to a set of rules and
heuristics.