I have a problem. I don't know how to change settings in Prettier .
This is how it styles now:
if (currentQuestionNum === MAX_QUESTIONS) btnAns.textContent = "End";
How i want it to be styled:
if (currentQuestionNum === MAX_QUESTIONS)
btnAns.textContent = "End";
What setting I need to change?