drmacro / wordinator

Generate high-quality DOCX files using a simplified XML format (simple word processing XML).
Apache License 2.0
38 stars 8 forks source link

Removing trailing whitespace #103

Closed larsga closed 1 year ago

larsga commented 1 year ago

Literally just removes trailing whitespace on all lines, because most editors do this automatically and it makes it easier for git to track actual changes.

This is only a whitespace change, so the compiled code remains the same.