summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNick Hu <me@nickhu.co.uk>2024-03-18 15:10:21 +0000
committerGitHub <noreply@github.com>2024-03-18 08:10:21 -0700
commit551d02f472b646cb82657700e3459f16d9933005 (patch)
tree66d37771dc8f68b992b1b1898bfa341c441c2bec /README.md
parent0a530b31acacf10eca9f9a74b2434ece4d232ca3 (diff)
feat: add ocp-indent for OCaml formatting (#335)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9dd4b06..3248502 100644
--- a/README.md
+++ b/README.md
@@ -249,6 +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.
- [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.