Skip to content
New issue

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

Option to elide space between value and units #80

Closed
mcandre opened this issue Aug 2, 2019 · 1 comment
Closed

Option to elide space between value and units #80

mcandre opened this issue Aug 2, 2019 · 1 comment

Comments

@mcandre
Copy link

mcandre commented Aug 2, 2019

Please include an option to remove spaces between values and units.

@dustin
Copy link
Owner

dustin commented Aug 4, 2019

This came up in #32 as a response to #21 where we (slightly reluctantly) decided to comply with SI standards. If you wish to deviate, it makes sense to write a small space absorbing wrapper.

There's no natural place for options now, so we'd have to make a new API just to deal with non-standard presentations that can easily be done by creating a local API that absorbs space (e.g., here's an example io.Writer that eats spaces).

@dustin dustin closed this as completed Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants