aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-11-25 09:34:20 +0000
committerGithub Actions <actions@github>2023-11-25 09:34:20 +0000
commitcbc510ca5b4aec1fd104b6c6f070a7fcf36cc0c8 (patch)
treefcdd2ac2c3f38d12246b95a22e878204f38ec47b
parente478834227e0958e21a54f31c9cd896a3a8bdde0 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a4cd8a..5741951 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ You can view this list in vim with `:help conform-formatters`
- [blade-formatter](https://github.com/shufo/blade-formatter) - An opinionated blade template formatter for Laravel that respects readability.
- [blue](https://github.com/grantjenks/blue) - The slightly less uncompromising Python code formatter.
- [buf](https://buf.build/docs/reference/cli/buf/format) - A new way of working with Protocol Buffers.
-- [buildifier](https://github.com/bazelbuild/buildtools/blob/master/buildifier) - Buildifier is a tool for formatting bazel BUILD and .bzl files with a standard convention.
+- [buildifier](https://github.com/bazelbuild/buildtools/tree/master/buildifier) - buildifier is a tool for formatting bazel BUILD and .bzl files with a standard convention.
- [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.
- [cljstyle](https://github.com/greglook/cljstyle) - Formatter for Clojure code.
diff --git a/doc/conform.txt b/doc/conform.txt
index edd0d9a..a34d5df 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -189,6 +189,8 @@ FORMATTERS *conform-formatter
respects readability.
`blue` - The slightly less uncompromising Python code formatter.
`buf` - A new way of working with Protocol Buffers.
+`buildifier` - buildifier is a tool for formatting bazel BUILD and .bzl files
+ with a standard convention.
`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
heuristics.