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
Hello Everyone! I saw a few topics about my problem, but didn't found a solution for this:
I will try to show with code example and a screenshot what I mean.
So here is my chained function:
document .querySelector('.btn-roll') .addEventListener('click', play)
if I will add on a new line more chained function it will look like this in Vim(insert mode)
document .querySelector('.btn-roll') .addEventListener('click', play) .anotherFunction();
it does not keep previous indentation.
is there a way to fix it?
The text was updated successfully, but these errors were encountered:
I found kind of a solution that provides plugin:
But does anyone know any other solution?
Sorry, something went wrong.
No branches or pull requests
Hello Everyone!
I saw a few topics about my problem, but didn't found a solution for this:
I will try to show with code example and a screenshot what I mean.
So here is my chained function:
if I will add on a new line more chained function it will look like this in Vim(insert mode)
it does not keep previous indentation.
is there a way to fix it?
The text was updated successfully, but these errors were encountered: