Hacker News new | ask | show | jobs
by MichaelGG 3825 days ago
The actual indent level is wherever the second let begins. It's equivalent to:

  let x = 
      let x = 1
      x + 1
Seems inconsistent to have to use a mix of tabs and spaces in different scenarios of visual preference.