summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c5e0d5..af9311b 100644
--- a/README.md
+++ b/README.md
@@ -197,7 +197,7 @@ You can view this list in vim with `:help conform-formatters`
- [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 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.
+- [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.
- [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.