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 245775

Summary: Create a way to avoid auto formatting
Product: php Reporter: techflat
Component: Formatting & IndentationAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal CC: rob006
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description techflat 2014-07-18 01:08:29 UTC
It would be very very nice to hace some kind of tag to avoid auto formatting.

I'm thinking of something like
// noautoformat
$var = array(
		'one' => 1,
'two'           =>	2
);
// /noautoformat

Once you make NetBeans clean up you code, this section would not be touched. This would help when formatting is needed for some reason like readability.