IntelliJ IDEA 2017 JavaScript indention broken -


with last update v2017 got strange indention function arguments:

const myfunction = ({                       b,                       c,                        d,                      }) => ( 

is there way 2 spaces , not aligning parenthesis?

const myfunction = ({   b,   c,    d, }) => ( 

known issue; destructuring parameters formatted described in web-25899 in bug-fix update 2017.1 (coming soon)


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -