'Always generate indent' option works incorrectly
Brought to you by:
ernestpasour
v 0.8.9
If option 'Always generate indent' is switched on, then empty lines indented (it's ok). But if option is swithed off, then empty lines indented too, and it's not ok.
var a:int = 0;
var b:int = 0;
==============
After indenting:
==============
var a:int = 0;
var b:int = 0;
==============
Second line contains no code, but it indented.
Sorry, I just got around to looking at this. I'm not seeing the same behavior in my debug environment (using default settings and then changing only this setting). Can you post your entire settings file? I'm going to guess that some other setting is overriding the behavior of the indent setting.