aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-14 18:44:52 +0000
committerGithub Actions <actions@github>2023-09-14 18:44:52 +0000
commit1ba83ad5cd64cf3d7977385fd9826f79e7992c21 (patch)
treea7bde58bc71911dfb1d133dddd1ba97ab775363c
parent580ab1880e740f4aebbc72a05350461f3cdef53d (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md4
-rw-r--r--doc/conform.txt7
2 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index f517474..63f7a89 100644
--- a/README.md
+++ b/README.md
@@ -159,8 +159,8 @@ To view configured and available formatters, as well as to see the path to the l
- [autoflake](https://github.com/PyCQA/autoflake) - Removes unused imports and unused variables as reported by pyflakes.
- [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.
- [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.
- [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.
@@ -182,8 +182,8 @@ To view configured and available formatters, as well as to see the path to the l
- [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) - A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
- [isort](https://github.com/PyCQA/isort) - Python utility / library to sort imports alphabetically and automatically separate them into sections and by type.
- [jq](https://github.com/stedolan/jq) - Command-line JSON processor.
-- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.
- [latexindent](https://github.com/cmhughes/latexindent.pl) - A perl script for formatting LaTeX files that is generally included in major TeX distributions.
+- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.
- [nixfmt](https://github.com/serokell/nixfmt) - nixfmt is a formatter for Nix code, intended to apply a uniform style.
- [nixpkgs_fmt](https://github.com/nix-community/nixpkgs-fmt) - nixpkgs-fmt is a Nix code formatter for nixpkgs.
- [ocamlformat](https://github.com/ocaml-ppx/ocamlformat) - Auto-formatter for OCaml code.
diff --git a/doc/conform.txt b/doc/conform.txt
index 2ed701f..f4dee97 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -152,12 +152,15 @@ FORMATTERS *conform-formatter
`autopep8` - A tool that automatically formats Python code to conform to the PEP
8 style guide.
`beautysh` - A Bash beautifier for the masses.
+`biome` - A toolchain for web projects, aimed to provide functionalities to
+ maintain them.
`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.
`cmake_format` - Parse cmake listfiles and format them nicely.
+`codespell` - Check code for common misspellings.
`dart_format` - Replace the whitespace in your program with formatting that
follows Dart guidelines.
`deno_fmt` - Use [Deno](https://deno.land/) to format TypeScript,
@@ -186,6 +189,8 @@ FORMATTERS *conform-formatter
`jq` - Command-line JSON processor.
`latexindent` - A perl script for formatting LaTeX files that is generally
included in major TeX distributions.
+`markdownlint` - A Node.js style checker and lint tool for Markdown/CommonMark
+ files.
`nixfmt` - nixfmt is a formatter for Nix code, intended to apply a uniform
style.
`nixpkgs_fmt` - nixpkgs-fmt is a Nix code formatter for nixpkgs.
@@ -206,6 +211,8 @@ FORMATTERS *conform-formatter
`shellharden` - The corrective bash syntax highlighter
`shfmt` - A shell parser, formatter, and interpreter with `bash` support.
`sql_formatter` - A whitespace formatter for different query languages.
+`stylelint` - A mighty CSS linter that helps you avoid errors and enforce
+ conventions.
`stylua` - An opinionated code formatter for Lua.
`swift_format` - Swift formatter from apple. Requires building from source with
`swift build`.