aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAron Griffis <aron@scampersand.com>2023-10-17 10:54:51 -0400
committerGitHub <noreply@github.com>2023-10-17 07:54:51 -0700
commit280055248661a4fc7b692db2d5ee80a465ebb577 (patch)
tree5680580c21936a556e4159487cf141de493b7f86 /README.md
parent1281e26948fc06994e0e0cdcaafdd9bbd28929e7 (diff)
feat: zprint formatter for clojure (#146)
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 baea89d..bd535f0 100644
--- a/README.md
+++ b/README.md
@@ -263,6 +263,7 @@ You can view this list in vim with `:help conform-formatters`
- [yamlfmt](https://github.com/google/yamlfmt) - yamlfmt is an extensible command line tool or library to format yaml files.
- [yapf](https://github.com/google/yapf) - Yet Another Python Formatter.
- [zigfmt](https://github.com/ziglang/zig) - Reformat Zig source into canonical form.
+- [zprint](https://github.com/kkinnear/zprint) - Highly configurable formatter for Clojure and EDN.
<!-- /FORMATTERS -->
</details>