El Anonimo
El Anonimo

Reputation: 1868

WebStorm place imports on individual lines when more than 3

I'm looking for a way to have the imports placed on individual lines when organizing imports with more than 3 items per module and if less kept on the same line.

Upvotes: 0

Views: 365

Answers (1)

lena
lena

Reputation: 93748

There are no such settings, but you can set ES6 import/export option in Settings | Editor | Code Style | TypeScript | Wrapping and Braces to Wrap if long and set the Hard wrap at: (max line length) accordingly

Upvotes: 1

Related Questions