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
Is there a way to make prettier ignore commented lines inside the file that's supposed to be formatted?
I noticed this when I commented a whole function, and once I execute :Prettier, Prettier stripped out the indentation and basically pushed all of the lines above each other with no spaces to the left. Something like this.
Is there a way to make prettier ignore commented lines inside the file that's supposed to be formatted?
I noticed this when I commented a whole function, and once I execute
:Prettier
, Prettier stripped out the indentation and basically pushed all of the lines above each other with no spaces to the left. Something like this.Before calling
:Prettier
and after calling
:Prettier
It does work in vscode, but apparently doesnt in neovim
The text was updated successfully, but these errors were encountered: