Is it possible to make VSCode keep indents on empty lines?
Could not find such a setting neither natively nor in \"Beautify\" extension.
Example of desired b
Bit of an old question, but I found that a combination of the settings:
"editor.trimAutoWhitespace": false, "editor.renderWhitespace": "all"
...worked for me.