Closed dmitchellmim closed 5 years ago
Hi @dmitchellmim, thanks for your contribution! I'll fix build this week and merge this. It looks good.
could you please rebase your branch onto master? I fixed travis and added support of scala 2.13
Did I do it correctly? I'm used to rebasing in Mercurial but not in Git.
Not exactly, you merged branches, not rebased your branch. The code base is same in the end but commit history is different and more tangled this way. Could you give me a write permission into your branch so I could fix it?
Never mind, I merged it directly outside this PR, therefore I am closing this. Thanks for your contribution
Released
" spaced "
).|
preserves only the final line break ("clip").|-
strips all trailing line breaks ("strip").|+
preserves all trailing line breaks ("keep").When using Play's default i18n, it's possible to have strings with leading and trailing spaces, but I discovered that this plugin was trimming those spaces. This change adds that functionality, including for multi-line strings (breaking change for anyone using
|
).