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

Key: IDEABKL-3446
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Olesya Smirnova
Reporter: Sven Steiniger
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Code Style--extends/implements indention

Created: 29 Jul 05 15:47   Updated: 29 Jul 05 16:48
Component/s: Code Formatting and Code Style
Affects Version/s: None
Fix Version/s: None

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

Build: 3,419


 Description  « Hide
Having this class
public class ABC|
{
}
and pressing enter cause
public class ABC

{
}
But I don't want any extends/implements to be indented. It should be like
public class ABC

{
}

As I could not find an extra option for this, I assumed "Braces Placement/Class declaration"="Next line" will do it. But obvisously it's not covered.



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