Whenever i have many CSS classes for an element, my VS Code prints only one of them on each line, is there any way to mitigate this? By, for instance printing 3-4 classes on each line?
<input class="
shadow
appearance-none
border
rounded
w-full
py-2
px-3
text-gray-700
leading-tight
focus:outline-none
focus:shadow-outline
form__input
"/>