tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
180 stars 13 forks source link

Incorrect indenting on operator-first lines with multiple operators #7

Closed tamzinblake closed 13 years ago

tamzinblake commented 13 years ago

Does:

  var zoomThumbHtml = '<a target="_blank" id="zoomThumbnailLink"'
                    + '   title="Click to see full-size"'
                    + '   href="' + Ext.BLANK_IMAGE_URL + '">'
                                                        + '<img src="' + Ext.BLANK_IMAGE_URL + '"'

Should be:

  var zoomThumbHtml = '<a target="_blank" id="zoomThumbnailLink"'
                    + '   title="Click to see full-size"'
                    + '   href="' + Ext.BLANK_IMAGE_URL + '">'
                    + '<img src="' + Ext.BLANK_IMAGE_URL + '"'
tamzinblake commented 13 years ago

Closed by commit 9ee8a65