I can't align variable definition statements

After reformatting code, 'let' variables are aligned but 'const' variables are not aligned.

How to I fix this?

0
2 comments

Works fine for me (Variable declarations | Align == When grouped):

what do your code style preferences look like? What WebStorm build do you use?  Please share your code style preferences (<IDE config dir>\codestyles\<scheme name>.xml if you are using IDE-level scheme, or .idea\codeStyles\Project.xml when using a project scheme)

 

0

I didn't know that option. Thanks.

0

Please sign in to leave a comment.