My CSS file is causing me some trouble. I am trying to configure Prettier in VS Code so that when I write a comma, the selector I entered stays in line with the previous one. However, whenever I save the file, the selector gets moved to the next line.
My desired code format looks like this:
https://i.sstatic.net/E4FJ3.png
But Prettier rearranges the code like this (where 'h3' gets moved to the next line): https://i.sstatic.net/2PCkN.png
How can I solve this issue? I tried setting trailing comma to 'none', but it didn't work. https://i.sstatic.net/ZScAo.png