aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-03-02 16:13:07 +0000
committerGithub Actions <actions@github>2024-03-02 16:13:07 +0000
commit34b81e70da83e26c048290204de44268eb59814e (patch)
tree0e11728158342862ae33b076b8cba78b55c9bb3b
parentea73026a163e124edb47fe48075091d924d139af (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4969428..2db5336 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ You can view this list in vim with `:help conform-formatters`
- [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.
- [buildifier](https://github.com/bazelbuild/buildtools/tree/master/buildifier) - buildifier is a tool for formatting bazel BUILD and .bzl files with a standard convention.
-- [cabal_fmt](https://hackage.haskell.org/package/cabal-fmt) Format .cabal files preserving the original field ordering, and comments.
+- [cabal_fmt](https://hackage.haskell.org/package/cabal-fmt) - Format cabal files with cabal-fmt
- [cbfmt](https://github.com/lukas-reineke/cbfmt) - A tool to format codeblocks inside markdown and org documents.
- [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 8182be5..f4fd41f 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -199,6 +199,7 @@ FORMATTERS *conform-formatter
`buf` - A new way of working with Protocol Buffers.
`buildifier` - buildifier is a tool for formatting bazel BUILD and .bzl files
with a standard convention.
+`cabal_fmt` - Format cabal files with cabal-fmt
`cbfmt` - A tool to format codeblocks inside markdown and org documents.
`clang_format` - Tool to format C/C++/… code according to a set of rules and
heuristics.