projectfluent / python-fluent

Python implementation of Project Fluent
https://projectfluent.org/python-fluent/
Other
210 stars 26 forks source link

Treat tab as text, not whitespace #179

Closed eemeli closed 1 year ago

eemeli commented 1 year ago

Fixes #173

Tabs were defined to be text, not whitespace, in projectfluent/fluent#167, but this change was not reflected in the trailing whitespace trimming.