Open
Description
Currently, both Quantity#toString and Unit#toString default to a built-in formatter, SimpleQuantityFormat and SimpleUnitFormat.
I believe it would be useful to provide a way to set a custom formatter globally, especially for Quantity. Meaning any time a Quantity is converted to a String within the application it would use the provided formatter.
indriya/src/main/java/tech/units/indriya/AbstractQuantity.java
Lines 295 to 297 in cb717f7