We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
@prettier/plugin-ruby
prettier
printWidth
160
rubyArrayLiteral
true
rubyHashLabel
rubyModifier
rubySingleQuote
false
rubyToProc
trailingComma
"none"
let!(:some_variable) do # comment text nil end
let!(:some_variable) { # comment text nil end
Either of these:
let!(:some_variable) { # comment text nil }
The text was updated successfully, but these errors were encountered:
Fixes #1042
22577f0
Merge pull request #1050 from prettier/fix-1042
bd51210
Sorry for the delay! Had to get this big parser refactor done first. This is now fixed on main and will be out in the next release.
main
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Metadata
@prettier/plugin-ruby
version: 2.0.0prettier
gem version: 2.0.0printWidth
-160
rubyArrayLiteral
-true
rubyHashLabel
-true
rubyModifier
-true
rubySingleQuote
-false
rubyToProc
-false
trailingComma
-"none"
Input
Actual Output
Expected Output
Either of these:
The text was updated successfully, but these errors were encountered: