Fix #280.
Actually, it's sort of a workaround to preserve the semantic value of the string while still being able to trim trailing whitespace from files easily.
I think it's a good tradeoff since, just like not too many people start their multiline strings with tabs, not too many people should finish them with spaces.
Fix #280. Actually, it's sort of a workaround to preserve the semantic value of the string while still being able to trim trailing whitespace from files easily. I think it's a good tradeoff since, just like not too many people start their multiline strings with tabs, not too many people should finish them with spaces.