aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-14 17:51:55 +0000
committerGithub Actions <actions@github>2023-09-14 17:51:55 +0000
commitdbf1d44404d4e0dcd23dcb94a5559ef0d0c424cc (patch)
tree100483408e74c011459d1e7daa008092d872188c
parent2b73887fd75e1f6efc352cec6bd7e39157c3732e (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6a53fe..53ab1f9 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ To view configured and available formatters, as well as to see the path to the l
- [autopep8](https://github.com/hhatto/autopep8) - A tool that automatically formats Python code to conform to the PEP 8 style guide.
- [beautysh](https://github.com/lovesegfault/beautysh) - A Bash beautifier for the masses.
- [black](https://github.com/psf/black) - The uncompromising Python code formatter.
-- [buf](https://github.com/bufbuild/buf) - A new way of working with Protocol Buffers.
+- [buf](https://buf.build/docs/lint/overview) - A new way of working with Protocol Buffers
- [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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 9992189..4cda663 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -153,6 +153,7 @@ FORMATTERS *conform-formatter
8 style guide.
`beautysh` - A Bash beautifier for the masses.
`black` - The uncompromising Python code formatter.
+`buf` - A new way of working with Protocol Buffers
`clang_format` - Tool to format C/C++/… code according to a set of rules and
heuristics.
`cljstyle` - Formatter for Clojure code.