Prettier Configuration
So I have a CSS code as below:
and prettier tidy it like this:
is there a way to prevent that behavior? or maybe make it reverse, from cluttered to spaced.
1 Reply
I don't think that's Prettier, I think it's straight from VS Code. afaik, Prettier doesn't do much with CSS and config is very limted.
In VS Code settings, search for "space around" and you'll find what you're looking for 😄