Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I have a hunch this is by design, as to not waste space with "unused" indents in source code. Then again, it could be a bug..
    – Kristian
    Commented Jan 27, 2015 at 23:17
  • I figured it out. It's the setting "trim_automatic_white_space". Enabled by default, and setting it to false creates the behavior I want. :) Commented Jan 28, 2015 at 0:07