aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-08-07 05:27:40 +0000
committerGithub Actions <actions@github>2024-08-07 05:27:40 +0000
commiteff40c4f5fdf7ae8f269b258047d1bd7cee50f02 (patch)
treec33e6621538933ebb44b0edcb027872ebc5606d7
parent42e10a38cbb427f418ac17f8a472b3c7315517ba (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d6751c1..e3b0f41 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,7 @@ You can view this list in vim with `:help conform-formatters`
- [caramel_fmt](https://caramel.run/manual/reference/cli/fmt.html) - Format Caramel code.
- [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.
-- [cljfmt](https://github.com/weavejester/cljfmt) - cljfmt is a tool for detecting and fixing formatting errors in Clojure code
+- [cljfmt](https://github.com/weavejester/cljfmt) - cljfmt is a tool for detecting and fixing formatting errors in Clojure code.
- [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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 24abbf4..983683d 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -289,7 +289,7 @@ FORMATTERS *conform-formatter
`clang-format` - Tool to format C/C++/… code according to a set of rules and
heuristics.
`cljfmt` - cljfmt is a tool for detecting and fixing formatting errors in
- Clojure code
+ Clojure code.
`cljstyle` - Formatter for Clojure code.
`cmake_format` - Parse cmake listfiles and format them nicely.
`codespell` - Check code for common misspellings.