Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Prettier Configuration - Kevin Powell - Community
KP-C
Kevin Powell - Community
•
2y ago
•
2 replies
luxorion_v2
Prettier Configuration
So I have a CSS code as below
:
h1
>
*
{
/* some styling */
}
h1
>
*
{
/* some styling */
}
and prettier tidy it like this
:
h1
>
*
{
/* some styling */
}
h1
>
*
{
/* some styling */
}
is there a way to prevent that behavior
? or maybe make it reverse
, from cluttered to spaced
.
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
prettier-eslint useage?
KP-C
Kevin Powell - Community / front-end
4y ago
Add Prettier on existing Codebase
KP-C
Kevin Powell - Community / front-end
4y ago
Getting Astro to work with prettier-plugin-tailwindcss
KP-C
Kevin Powell - Community / front-end
3y ago