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 - Create a way to avoid auto formatting
Summary: Create a way to avoid auto formatting
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-18 01:08 UTC by techflat
Modified: 2016-09-23 11:53 UTC (History)
1 user (show)

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 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.