JedWatson / happiness

Standard customised to make me happy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Else statements indented too much

runely opened this issue · comments

else statements indented same amount of tabs as the line it was moved up into is tabbed from the left.
It should only be indented by one space after the ending curly brace from the previous if statement

image

Did some more tests and this is only happening when the file if configured to use tabs. When the file is configured to use spaces it will indent correctly