We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for this plugin - very useful.
Having an option to pretty print would be nice:
User( name = Joe, age = 18, address = Address( line1 = "…" … ) )
For large, deeply-nested case classes it would help readability.
The text was updated successfully, but these errors were encountered:
On one hand I'd be inclined to at this, on the other hand we've historically avoided configuration to keep the implementation relatively simple...
maybe the option to replace toString implementations with a call to pprint would be enough?
toString
pprint
Sorry, something went wrong.
No branches or pull requests
Thanks for this plugin - very useful.
Having an option to pretty print would be nice:
For large, deeply-nested case classes it would help readability.
The text was updated successfully, but these errors were encountered: