Bug 488857 - [formatter] Add new option "at end of class" for "New Lines" settings
Summary: [formatter] Add new option "at end of class" for "New Lines" settings
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.6   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 08:39 EST by Tim Knies CLA
Modified: 2016-03-02 08:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Knies CLA 2016-03-02 08:39:53 EST
It would be a great feature, when there is a new formatter option to create a new line at the end of a class.

public class Example {

    public void doExample() {
    }
//-- add new line here --//
}