You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with rome format, is there any way to keep my imports on a single line instead of spread out onto multiple lines[1]? I have some components in my project where the first full page consists of imports broken out on separate lines, but I'd really like to be able to format them on the same line. There are areas of my code base where it is simply impractical to split up certain files further to mitigate this issue.
With VSCode's robust auto import addition&removal behavior[2] and import sorting, I have no need to manage the imports myself—seeing a wall of imports in my file is merely noise at this point.
[1]:
[2]:
See this conversation for more context and a variety of use-cases: prettier/prettier#5995
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
with
rome format, is there any way to keep my imports on a single line instead of spread out onto multiple lines[1]? I have some components in my project where the first full page consists ofimportsbroken out on separate lines, but I'd really like to be able to format them on the same line. There are areas of my code base where it is simply impractical to split up certain files further to mitigate this issue.With VSCode's robust auto import addition&removal behavior[2] and import sorting, I have no need to manage the imports myself—seeing a wall of imports in my file is merely noise at this point.

[1]:
[2]:

See this conversation for more context and a variety of use-cases: prettier/prettier#5995
Beta Was this translation helpful? Give feedback.
All reactions