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

Summary: New line before clas end
Product: php Reporter: conceptme
Component: Formatting & IndentationAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.