Xcode should remove indentation from blank lines

Originator:shannoncornish
Number:rdar://11117042 Date Originated:03/26/2012
Status:Duplicate/2535591 Resolved:
Product:Developer Tools Product Version:4.3.2
Classification:Enhancement Reproducible:Always
 
Summary:
Xcode should remove indentation from blank lines (or provide as an option)

Steps to Reproduce:
Create a method in Xcode that has a blank line.
e.g.

- (BOOL)startsWith:(NSString*)startValue
{
    BOOL hasPrefix = [self hasPrefix:startValue];

    return hasPrefix;
}

Expected Results:
The line in the example above (between the hasPrefix variable and the return) should be blank.

Actual Results:
The line is indented.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!