You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can format source (typically using the pre-built binaries or the uberjar) or Clojure structures (typically using zprint as a library, possibly at the REPL). I you configure :indent-only? when using zprint as a library and try to format Clojure structures, it doesn't work correctly. Which you probably would never do, since what would it mean to not add newlines to formatting structures which ... don't have any newlines? This is fixed in version 1.3.0 where :indent-only? is ignored when not formatting source.
The text was updated successfully, but these errors were encountered:
You can format source (typically using the pre-built binaries or the uberjar) or Clojure structures (typically using zprint as a library, possibly at the REPL). I you configure
:indent-only?
when using zprint as a library and try to format Clojure structures, it doesn't work correctly. Which you probably would never do, since what would it mean to not add newlines to formatting structures which ... don't have any newlines? This is fixed in version1.3.0
where:indent-only?
is ignored when not formatting source.The text was updated successfully, but these errors were encountered: