Is there code to format a map so that the values are left-justified? I know usually the suggestion is to use a linter, but this is so common I’d think there’s already code to do this?
AI struggled greatly, but was able to complete it to something useful.
Hi @joel380, there are higher-level libraries that use rewrite-clj to do this. Have you considered using tools like https://github.com/weavejester/cljfmt or https://github.com/kkinnear/zprint?