The file that writes these XML settings is:
<workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.wst.xml.core.prefs
I.e:
org.eclipse.wst.xml.core.prefs- at
org.eclipse.core.runtime\.settings directorty - your workspace
Thus, even if you cannot export them directly, you can at least copy / merge this file with another workspace settings file, thus re-importing the XML parameters in this way;
If you export all your settings, they are saved in the .epf file of your choice.

And all the lines starting with /instance/org.eclipse.wst.xml.core are interesting:
/instance/org.eclipse.wst.xml.core/indentationChar=space
So, you can delete all other lines and then re-import these epf files with XML settings only.
Note: for your βcleanedβ export file to be reimported (at least with eclipse3.5), it contains the line file_export_version=3.0 (somewhere in the file_export_version=3.0 file).
will be successfully imported
Vonc
source share