I'm fairly new to learning coding and I'm trying to figure out how to set up VS Code so that it doesn't wrap HTML tags in CSS. I have Prettier installed and set as my default formatter. It won't allow more than one HTML tag on a single line in CSS and I can't figure out why. Screenshot of wrapping HTML tags in CSS doc
If you want to un-wrap your code in the editor, just press alt + z in the file you want to (wrap-unwrap) the code.
alt + z
2.1m questions
2.1m answers
60 comments
57.0k users