History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-27892
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Erwin Derksen
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
ReSharper

The code format option "Continuous line indent multiplier" keeps adding additional indentation to each subsequent line.

Created: 11 Aug 06 10:13   Updated: 09 Jun 08 22:30
Component/s: Code Cleanup
Fix Version/s: 4.0.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 257


 Description  « Hide
Version: V2005

The code format option "Continuous line indent multiplier" keeps adding additional indentation to each subsequent line.

Code example:
ICollection set = new
...
bool b = set != null
&& set.Count > 0
&& set.Count < 3;

I should expect:
ICollection set = new
...
bool b = set != null
&& set.Count > 0
&& set.Count < 3;

Note that the option "Align multi line construct - Expressions" does a better job, but I normally prefer the simple indent, as the left hand side can be quite lengthy, which may lead to awkward results



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.