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?
:fn-map {"defschema" [:arg1-body {:style :indent-only}]}
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
defschemathat (for now) just aliasesdefand 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?:fn-map {"defschema" [:arg1-body {:style :indent-only}]}