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

0

Please sign in to leave a comment.