Well, that will not happen, ever. Thank Microsoft for changing the default, standard carriage return ASCII for their horrible notepad. Rants appart, Linux/BSD/Unix use <LF> (Linux feed), MacOS uses <CR> (Carriage return) and Windows uses a combo of <LF> and <CR>.
Needless to say, text files are no longer portable. Some editors as emacs, vim and wordpad understands it and support all formats for line feed. What you could do is to drop notepad all together and install a proper text editor as vim or emacs for Windows. If you are up to open your wallet, TextPad is the very best thing you can get under Windows
Regards!