Formatting for malli schemas
I haven't been able to find a good way to format my malli schemas.
What I'd like to do is have a macro like `defschema` that (for now) just aliases `def` and tell zprint that it should only manage indentation there. This doesn't throw an error, but it doesn't respect my newlines either. Any ideas?
```clojure
:fn-map {"defschema" [:arg1-body {:style :indent-only}]}
```
4 条评论