I have a somewhat large javascript file with absolutely no formatting. Everything is on one line. Is there any way to auto format this? Or at least insert new lines after each ‘;’
Thanks.
I have a somewhat large javascript file with absolutely no formatting. Everything is on one line. Is there any way to auto format this? Or at least insert new lines after each ‘;’
Thanks.
javascript beautifier is what you want to search.
Perfect ![]()
Thanks!