Windows Notepad isn't a good tool for such purposes. Consider Notepad++ or other similar powerful text editors instead, which have built-in support for regular expressions.
To remove leading spaces, replace call instances of ^\s+ with nothing.
However, it isn't so easy to to connect two lines...