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
Running --auto-correct on the following script (note the trailing space on the first line):
--auto-correct
a = "foo" +⋅ "bar"
gives (note the trailing space on the first line):
a = "foo" \⋅ "bar"
However, this is not valid ruby syntax.
The text was updated successfully, but these errors were encountered:
1eac37b
Merge pull request #1743 from jonas054/1735_line_end_concat_trailing_…
987e2d3
…space [Fix #1735] Handle trailing space in LineEndConcatenation autocorrect
jonas054
No branches or pull requests
Running
--auto-correct
on the following script (note the trailing space on the first line):gives (note the trailing space on the first line):
However, this is not valid ruby syntax.
The text was updated successfully, but these errors were encountered: