I was coding and something happened with atom and I was unable to reopen my project without atom crashing. I deleted my code in notepad and extract this which is causing crashes in Microsoft Word and extreme lag in notepad++ and Atom. Anyone know why this is the case?<p>PS: This file is only 9mb so it shouldn't be too big for anything to view it<p>Thanks
https://www.dropbox.com/s/ru1qlmi92ky4y53/weirdFile.js?dl=0
Opening this file in a hex editor shows that the file consists of almost all spaces, which I'm assuming are all on one line, making the text editors crash.
The file opens in a blink of an eye on Linux in both the Joe editor (<a href="http://joe-editor.sourceforge.net/" rel="nofollow">http://joe-editor.sourceforge.net/</a>) as well as in vi (i.e., it is about about a second or less to open the file in each). So the problem would be that Word, Notepad++, and Atom have trouble with very long lines.