Reformat code / white space handling
Hi,
consider this piece of code:
items: [
{ title: "params", uri: "params"},
{title: "optional params, uri: "optional-params"}
]
As you can see, there's a white space before the first "title" occurence whereas the second has none.
Code / Reformat Code does not clean up this in a consistent manner.
Does WebStorm provide a setting which forces consistent white space handling?
Thanks
Alex
Please sign in to leave a comment.
There is no such option in version 8. Please see http://youtrack.jetbrains.com/issue/WEB-9815 and http://youtrack.jetbrains.com/issue/WEB-9528
Thanks, voted vor the issue.