VSCode deletes empty lines by default in certain cases, but what if I want to preserve/keep blank/empty lines in a document? For example, in my .scss file, I want to keep the blank lines that I made in between nested styles within a parent between properties and children, but "Format Document" keeps removing them. How can I tell VSCode to not remove any blank lines that I make? It seems to keep them for other file types.