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 - INDENTATION FAIL IN MULTIPLE VAR DECLARATION
Summary: INDENTATION FAIL IN MULTIPLE VAR DECLARATION
Status: RESOLVED DUPLICATE of bug 228715
Alias: None
Product: javascript
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 01:09 UTC by whallz
Modified: 2014-12-15 10:13 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 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 ***