daidodo / format-imports-vscode

Format imports and exports for JavaScript and TypeScript in VS Code.
https://marketplace.visualstudio.com/items?itemName=dozerg.tsimportsorter
MIT License
62 stars 5 forks source link

Add ability to disable completly line wrapping. #98

Closed l0ner closed 1 year ago

l0ner commented 1 year ago

The thing is simple: i don't want my imports to be split on several lines. I have disabled all the options for splitting of the imports, but the ones on very long lines still get split if they exceed 80 characters.

I have 120 set as the word wrapping column in VSCode and i have disabled the max-len rule in eslint.

daidodo commented 1 year ago

Please read the wiki: https://github.com/daidodo/format-imports/wiki/Line-Wrapping-Style.

And tell me if you still have questions. Thanks!

l0ner commented 1 year ago

Thanks. Somehow maxLineLength has eluded me when I've read it in may.