aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTsakiris Tryfon <tr.tsakiris@gmail.com>2024-03-28 05:22:20 +0200
committerGitHub <noreply@github.com>2024-03-27 20:22:20 -0700
commitb168ff5ab50e5f6d6b7d826e53e14ba470319b6e (patch)
treec2ffd99d0960d89e90ce136107c2a3006538424d /doc
parent96b86751eb4c716eb17df1ee2ad815ff3e24ef79 (diff)
refactor: Rename clang_format to clang-format (#352)
This makes the formatter name consistent with the executable and also with other tools like e.g. Mason, for better interoperability.
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 2716927..e2fb63d 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -203,7 +203,7 @@ FORMATTERS *conform-formatter
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
+`clang-format` - Tool to format C/C++/… code according to a set of rules and
heuristics.
`cljstyle` - Formatter for Clojure code.
`cmake_format` - Parse cmake listfiles and format them nicely.