How to enable code formatter for web development in VS code?
تبليغسؤال
يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.
I use ESLint prettier to format the code, but it doesn’t help for web development. I want formatter to add spaces before and after equal sign, like that:
<div class = “buttonsWrapper”>
<div class = “button”>
</div>
<div class = “button”>
</div>
How to enable formatter for VS code to do that? Thank you in advance!
أضف إجابة