aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parent580ab1880e740f4aebbc72a05350461f3cdef53d (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt7
1 files changed, 7 insertions, 0 deletions
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`.