It seems that the user.config file for Properties.Settings
can handle an empty string value correctly using a <value /> tag, but a value consisting of one ore more spaces only, (for example " ") does not get stored as...
<value> </value>
but rather as...
<value>
</value>
and thus includes a CRLF and 'indentation' spaces.
How do I save a setting of one or more space characters?
If the white-spaces are important use CDATA: