We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all, i am using fixmyjs to format my code. It is removing all spacing between multiple function, I want to keep one line spacing.
var fn1 = {};
after running fixmyjs its becomes var fn1 = {}; var fn1 = {};
The text was updated successfully, but these errors were encountered:
I need it too. @sbansal6, you fixed this? Thanks
Sorry, something went wrong.
Try the v2.0 branch.
can you merge it to master 👍 :)
@goatslacker in v2.0 the same bug :/ 👎
No branches or pull requests
Hi all, i am using fixmyjs to format my code. It is removing all spacing between multiple function, I want to keep one line spacing.
var fn1 = {};
var fn1 = {};
after running fixmyjs its becomes
var fn1 = {};
var fn1 = {};
The text was updated successfully, but these errors were encountered: