aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-04 15:43:23 +0000
committerGithub Actions <actions@github>2023-10-04 15:43:23 +0000
commit442aaa57f1aa25b416db4a0b8e320a50dae11a13 (patch)
treef42f7c6685d2431ef13631c24577f36eb56d3f8d
parent6836930ed5a0ec6e8bb531116c62cc10f475c298 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0bdc921..3a28fbd 100644
--- a/README.md
+++ b/README.md
@@ -203,6 +203,7 @@ To view configured and available formatters, as well as to see the log file, run
- [markdown-toc](https://github.com/jonschlinkert/markdown-toc) - API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files.
- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.
- [mdformat](https://github.com/executablebooks/mdformat) - An opinionated Markdown formatter.
+- [mix](https://hexdocs.pm/mix/main/Mix.Tasks.Format.html) - Format Elixir files using the mix format command.
- [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 949e2f1..e4512a6 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -213,6 +213,7 @@ FORMATTERS *conform-formatter
`markdownlint` - A Node.js style checker and lint tool for Markdown/CommonMark
files.
`mdformat` - An opinionated Markdown formatter.
+`mix` - Format Elixir files using the mix format command.
`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.