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
Is your feature request related to a problem? Please describe.
Multiline strings span multiple lines in the amber snapshot but are not indented. This leads to hard to read snapshots.
Describe the solution you'd like
Use the same indentation rules as list/dict/other values. I.e. indent every line in the string.
The text was updated successfully, but these errors were encountered:
feat(amber): indent multiline strings, close #193
80468e7
feat(amber): indent multiline strings, close #193 (#194)
d731fb3
8e6a522
de5af3e
chore(release): 0.4.0 [skip ci]
32c55fe
# [0.4.0](v0.3.12...v0.4.0) (2020-04-19) ### Bug Fixes * remove added trailing whitespace from multiline string ([24f3d57](24f3d57)) ### Features * **amber:** indent multiline strings, close [#193](#193) ([#194](#194)) ([de5af3e](de5af3e))
🎉 This issue has been resolved in version 0.4.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
noahnu
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Multiline strings span multiple lines in the amber snapshot but are not indented. This leads to hard to read snapshots.
Describe the solution you'd like
Use the same indentation rules as list/dict/other values. I.e. indent every line in the string.
The text was updated successfully, but these errors were encountered: