The "EntLibConfig.exe" tool that comes with Microsoft Enterprise Library tends to reformat entire .config XML files after you change some of your settings in the GUI. With XML files, we have a coding standard of 4 space indentation, but EntLibConfig seems to use 2 spaces.
Is there any way to configure this tool to customize how it indents the XML is writes out? In Visual Studio, I have all the XML settings set to 4 spaces (no tabs), but this does not seem to have any effect.