|
|
|
|
|
by cageface
5397 days ago
|
|
Because you can't automatically re-indent code. In a language like C or Javascript, I can just copy, paste and move chunks of code around and have pristine re-indentation with a keypress. In Haskell, Python, or Coffeescript I have to be very careful and have to manually re-indent if I want to move code or change scopes. Whitespace is much better left as a purely aesthetic feature, IMO. |
|