You can customize per tag formatting - click Per Tag Formatting... button in Tools | Options | Text Editor | HTML | Formatting. Generally formatter preserves spacing as defined in HTML rules. For example, <td>Text</td> is different in the browser from
<td>
Text
</td>
since at least one line break will be rendered as extra space. Formatter tries not to add additional spaces.
Thanks
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.