sunjw / jstoolnpp

A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.
GNU General Public License v2.0
283 stars 24 forks source link

jsformat issue #149

Closed yaguilong closed 8 months ago

yaguilong commented 8 months ago

for example:

before jsformat: if (stopNum >= 100 && timeTmp) clearInterval(timeTmp);

after jsformat: if (stopNum >= 100 && timeTmp) clearInterval(timeTmp);

This format show errors in some versions of Tampermonkey.

Can I set no line feed in this case?

sunjw commented 8 months ago

Sorry, it couldn't.