Hello,
I am editing a HTML file in XCode (MacOSX).
When I ask to indent the text, it produces something like this:
+++++++++++++++++++
<tr>
<td>value 1</td>
<td>value 2/</td>
</tr>
+++++++++++++++++++
Instead of:
+++++++++++++++++++
<tr>
<td>value 1</td>
<td>value 2/</td>
</tr>
+++++++++++++++++++
How can I configure XCode to indent the text as in the latter case?
Regards,
DAvid