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 202942 - PHP Language ->Brases
Summary: PHP Language ->Brases
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-02 10:11 UTC by snowyurik
Modified: 2012-04-06 15:25 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 snowyurik 2011-10-02 10:11:09 UTC
I want to set code format like this

function Func() {
     code
     code 
     code
     }

function AnotherFunc() {
     code
     code
     }

To have opening brace on same line, and closing brace intended. So closing brace will look related to the block of code it close, not to next function.