aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-03-18 15:10:39 +0000
committerGithub Actions <actions@github>2024-03-18 15:10:39 +0000
commit46cb8285275a2657de70c07f4ae3f8e6ffc6a075 (patch)
treef56a2fc4a32d4271fa48a91190a30c77ec238df2
parent551d02f472b646cb82657700e3459f16d9933005 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3248502..fab2b53 100644
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@ You can view this list in vim with `:help conform-formatters`
- [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.
-- [ocp-indent](https://github.com/ocaml-ppx/ocamlformat) - Automatic indentation of OCaml source files.
+- [ocp-indent](https://github.com/OCamlPro/ocp-indent) - Automatic indentation of OCaml source files.
- [opa_fmt](https://www.openpolicyagent.org/docs/latest/cli/#opa-fmt) - Format Rego files using `opa fmt` command.
- [packer_fmt](https://developer.hashicorp.com/packer/docs/commands/fmt) - The packer fmt Packer command is used to format HCL2 configuration files to a canonical format and style.
- [pangu](https://github.com/vinta/pangu.py) - Insert whitespace between CJK and half-width characters.