aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-11-05 00:04:29 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-11-05 01:18:10 +0100
commite3a01a35348e28469238b03717aa78cd2a4eedc2 (patch)
tree022f7e52b9e2d15872e133eb92d03c3a68b26aee
parent50ca1ec0cff2ab978945d660c7e1ad4da59a431e (diff)
chore: add zprint configuration file
-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}}}}}