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
Describe the bug
When formatting indented jsdocs, only the first line is indented correctly.
Deno version: All deno versions.
Input Code
/** * Converts string to camel case. * * @param string The string to convert. * @return Returns the camel cased string. */ declare function capitalize( string: string, ): string;
Expected Output
Actual Output
The text was updated successfully, but these errors were encountered:
This is essentially #1. Will get to it eventually!
Sorry, something went wrong.
Can you give a hint on where this would be fixed? We're seeing this in a fair few spots :)
I'll work on this one soon. We need it in deno to better support users changing their indentation denoland/deno#11857
wohoo!
dsherret
Successfully merging a pull request may close this issue.
Describe the bug
When formatting indented jsdocs, only the first line is indented correctly.
Deno version: All deno versions.
Input Code
Expected Output
Actual Output
The text was updated successfully, but these errors were encountered: