aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMads Hougesen <madshougesen@gmail.com>2024-03-18 18:47:18 +0100
committerGitHub <noreply@github.com>2024-03-18 10:47:18 -0700
commit67f7fb2fe82d170c681e6c0da67aa848e6f5a742 (patch)
tree727d3abe50115dadd9a3a9aa3672697bfe9f6b51 /README.md
parent5ec563f20860ac63743ae42dbcac99e3cf3e2ea8 (diff)
feat: add support for nimpretty (#343)
* feat: add support for nimpretty * fix: add formatter type
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 ee35faf..4c30f08 100644
--- a/README.md
+++ b/README.md
@@ -246,6 +246,7 @@ You can view this list in vim with `:help conform-formatters`
- [mdformat](https://github.com/executablebooks/mdformat) - An opinionated Markdown formatter.
- [mdslw](https://github.com/razziel89/mdslw) - Prepare your markdown for easy diff'ing by adding line breaks after every sentence.
- [mix](https://hexdocs.pm/mix/main/Mix.Tasks.Format.html) - Format Elixir files using the mix format command.
+- [nimpretty](https://github.com/nim-lang/nim) - nimpretty is a Nim source code beautifier that follows the official style guide.
- [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.