Reputation: 1868
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
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