aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zprint.edn18
1 files changed, 18 insertions, 0 deletions
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}}}}}