Reputation: 1835
How do you force WebStorm to align type declaration values vertically when running "Reformat Code"?
I have this:
And I want this when I run "Reformat Code".:
I have tried enabling Align on value
in the "Wrapping and Braces" settings for TypeScript, but running "Reformat Code" brings the values back towards the colon.
^^ doesn't work when reformatting code.
Upvotes: 0
Views: 161