.zprint.edn 448 B

123456789101112131415161718
  1. {:style
  2. [:community
  3. :no-comma
  4. :custom-justify
  5. :sort-require
  6. :how-to-ns
  7. :respect-nl
  8. :respect-bl]
  9. :fn-map
  10. {"reg-event-fx" :arg1-pair
  11. "reg-fx" :arg1-pair
  12. "reg-sub" :arg1-pair}
  13. :style-map
  14. {:no-comma {:map {:comma? false}}
  15. :custom-justify
  16. {:map {:justify? true :justify {:max-variance 1000}}
  17. :binding {:justify? true :justify {:max-variance 1000}}
  18. :pair {:justify? true :justify {:max-variance 1000}}}}}