Description
PropertiesConfiguration can read property files where there is no whitespace around the property separator (name=value). However, when the same configuration is written back to disk whitespace is always used (name = value).
Can an option be added to enable or disable using whitespace when writing property files so that the original properties file can be reproduced.