You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to reproduce it, I have added a test case to prove it. Take a look at commit 70e5694.
Also this plugin does not do formatting its own, it just proxy to js-beautify. If you can still reproduce at your side, send me content of files and version's of plugin you are using. I will be happy to reproduce and help to find out the cause for it
I have found a couple of scenarios where using the bracestyle expand when formatting .js code causes a few odd results.
Consider the following:
this seems to result in the following code (which looks a little clumsy):
It would be nice if the bracing was left untouched after the logical OR operand in these scenarios
The text was updated successfully, but these errors were encountered: