I use auto-format often to see if there are bracket mis-matches. I am writing a webserver, and every time I use ctrl-t, the closing tags are spaced out as so: "strcat(html, " < / td > < / tr > < / table > ");", it isn't HTML-compliant this way.
What's going on? Bug?
Because it enforces spaces between operators such as = or + or <.
It should not do it inside string quotes however.
Yeah... my HTML might of been outside of quotes in some areas by accident...
The Arduino IDE's auto format tool will not do any formatting of text wrapped in quotes.