This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 226806 - New line before clas end
Summary: New line before clas end
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 20:51 UTC by conceptme
Modified: 2013-02-27 20:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description conceptme 2013-02-27 20:51:59 UTC
In the new 7.3 we have some more options to set the formatting to PSR2, mainly braces on newlines which is nice..

Only there is one conflicting settings, newline after function and blank line before class end.

The last setting will always have 1 space because the function needs 1 blank line.. except the last one before the class end. And it is not possible to set this to -1 or something to override the blank line from the function.