Open aknisly opened 2 months ago
the main.js
file is a minified production version,
So it does not keep the original source code format.
I will not recommend editing main.js file directly, because you will need to do it again and again for each new release.
If you still want to mofigy the main.js file,
You can build one and change the setting here to non production.
I always modify a few things in the main.js to get the specific format that I like. With the most recent update, I'm struggling to find my way around. Somehow almost all the newline/LF's (I'm not sure which?) have been stripped out. I can open a previous version of the file, and the LF's are as expected.
Is there an easy solution? Thanks much!
I've opened this in Meld 3.20.4 and in Neovim 0.6.1 with the same results.