aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-13 15:42:47 +0000
committerGithub Actions <actions@github>2023-10-13 15:42:47 +0000
commitf883e901587c335277fc86cd12867513f85914d7 (patch)
treec93df0ad3dd10b4fffe8bea46f362b5408346677
parentf90b2229c481252c43a71a004972b473952c1c3c (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 52d9429..5fefe00 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ You can view this list in vim with `:help conform-formatters`
- [bibtex-tidy](https://github.com/FlamingTempura/bibtex-tidy) - Cleaner and Formatter for BibTeX files.
- [biome](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them.
- [black](https://github.com/psf/black) - The uncompromising Python code formatter.
+- [blade-formatter](https://github.com/shufo/blade-formatter) - An opinionated blade template formatter for Laravel that respects readability.
- [buf](https://buf.build/docs/reference/cli/buf/format) - 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.
diff --git a/doc/conform.txt b/doc/conform.txt
index 9d58529..78454bf 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -166,6 +166,8 @@ FORMATTERS *conform-formatter
`biome` - A toolchain for web projects, aimed to provide functionalities to
maintain them.
`black` - The uncompromising Python code formatter.
+`blade-formatter` - An opinionated blade template formatter for Laravel that
+ respects readability.
`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.