Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b8ad76c

Browse files
add a zprint alias
1 parent 861590b commit b8ad76c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps.edn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
:cljfmt
1515
{:extra-deps {cljfmt {:mvn/version "0.6.7"}},
1616
:main-opts ["-m" "cljfmt.main" "fix" "src" "test"]},
17+
:zprint
18+
{:extra-deps {zprint {:mvn/version "1.0.0"}},
19+
:main-opts ["-m" "zprint.main" "{:style :community}"]}
1720
:version
1821
{:extra-deps
1922
{metav

0 commit comments

Comments
 (0)