aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-24 11:08:58 +0000
committerGithub Actions <actions@github>2024-06-24 11:08:58 +0000
commit4f9248dc19d448cae6224835da427f628139ff87 (patch)
tree3a2168193af7765cb2b6b0ac41db745618fab161
parent7394d4989cd08ddb72e526c43afae7dd3111d553 (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 9295718..0c94252 100644
--- a/README.md
+++ b/README.md
@@ -206,6 +206,7 @@ You can view this list in vim with `:help conform-formatters`
- [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.
+- [crlfmt](https://github.com/cockroachdb/crlfmt) - Formatter for CockroachDB's additions to the Go style guide.
- [crystal](https://crystal-lang.org/) - Format Crystal code.
- [csharpier](https://github.com/belav/csharpier) - The opinionated C# code formatter.
- [cue_fmt](https://cuelang.org) - Format CUE files using `cue fmt` command.
diff --git a/doc/conform.txt b/doc/conform.txt
index e285a1d..3003f68 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -246,6 +246,7 @@ FORMATTERS *conform-formatter
`cljstyle` - Formatter for Clojure code.
`cmake_format` - Parse cmake listfiles and format them nicely.
`codespell` - Check code for common misspellings.
+`crlfmt` - Formatter for CockroachDB's additions to the Go style guide.
`crystal` - Format Crystal code.
`csharpier` - The opinionated C# code formatter.
`cue_fmt` - Format CUE files using `cue fmt` command.