prettier rule to break all html elemtents inside a block the same way
I am using default NextJS eslint rules and have prettier activated on VSCode.
I am pretty sure this is a prettier configuration but basically when I am templating, I want all HTML elements inside a div to break the same way because I am using multi-select a lot and this only really works well if all elements inside a block are being treated the same.