From e3a01a35348e28469238b03717aa78cd2a4eedc2 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Tue, 5 Nov 2024 00:04:29 +0100 Subject: chore: add zprint configuration file --- .zprint.edn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .zprint.edn (limited to '.zprint.edn') diff --git a/.zprint.edn b/.zprint.edn new file mode 100644 index 0000000..3408d62 --- /dev/null +++ b/.zprint.edn @@ -0,0 +1,18 @@ +{:style + [:community + :no-comma + :custom-justify + :sort-require + :how-to-ns + :respect-nl + :respect-bl] + :fn-map + {"reg-event-fx" :arg1-pair + "reg-fx" :arg1-pair + "reg-sub" :arg1-pair} + :style-map + {:no-comma {:map {:comma? false}} + :custom-justify + {:map {:justify? true :justify {:max-variance 1000}} + :binding {:justify? true :justify {:max-variance 1000}} + :pair {:justify? true :justify {:max-variance 1000}}}}} -- cgit v1.2.3