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
async function in object wrong indentation
The code looked like this before beautification:
{ foo: async function() { //null }, bar: async function() { //null }, baz: async function() { //null }, qux: async function() { //null }, }
The code should have looked like this after beautification:
The code actually looked like this after beautification:
Default
The text was updated successfully, but these errors were encountered:
@llwslc Ouch. Thanks for the bug report. This issues started after 1.7.5 but has been in all 1.8.x releases.
Sorry, something went wrong.
Fix object literal async indenting
a2ba20b
Fixes beautifier#1573
Successfully merging a pull request may close this issue.
Description
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Settings
Default
The text was updated successfully, but these errors were encountered: