▲ | kmoser 4 days ago | |||||||
There are annoying edge cases where formatting does matter, such as whitespace around HTML text nodes, e.g.:
vs:
| ||||||||
▲ | grumbelbart2 4 days ago | parent [-] | |||||||
Sure, but the same goes for verbatim strings, or leading whitespaces in python. "Code formatting" questions usually only concern themself with those degrees of freedom that do not alter the semantic meaning of the code. | ||||||||
|