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 234059

Summary: Insert new lines on format action
Product: javascript Reporter: Vladimir Riha <vriha>
Component: JSONAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Riha 2013-08-07 09:06:24 UTC
For instance following JSON:

{"test":1}

would be formatted to

{
  test: 1
}

Right now new lines are not being insert.