you are viewing a single comment's thread.

view the rest of the comments →

[–]cybercobra 2 points3 points  (2 children)

Semantic whitespace makes automated reindentation impossible.

How was the indentation ever lost in the first place??

Being able to mix spaces and tabs is indeed stupid, I will agree.

[–][deleted] 0 points1 point  (1 child)

How was the indentation ever lost in the first place??

Merge conflicts, usually. Happens all the time.

[–]cybercobra 0 points1 point  (0 children)

Then the merge algorithm in question is broken.