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 243026

Summary: INDENTATION FAIL IN MULTIPLE VAR DECLARATION
Product: javascript Reporter: whallz
Component: Formatting & IndentationAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description whallz 2014-03-19 01:09:26 UTC
i think that, when Source->Format is called, **this:**

var html = '',
        polls = storage.get('polls'),
        i = 0,
        $tmp;


**should look like this:**

var html = '',
    polls = storage.get('polls'),
    i = 0,
    $tmp;
Comment 1 Roman Svitanic 2014-12-15 10:13:40 UTC

*** This bug has been marked as a duplicate of bug 228715 ***