I spent some time trying to figure out how to delete all blank lines in Visual Studio Code and I can\'t get it working. Anybody knows how to do it please?
If I search fo
There is my version for cleaning empty lines with white space:
find: (?:\s*$(\r?\n)){2,} replace: $1