From b168ff5ab50e5f6d6b7d826e53e14ba470319b6e Mon Sep 17 00:00:00 2001 From: Tsakiris Tryfon Date: Thu, 28 Mar 2024 05:22:20 +0200 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3-70-g09d2