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
smithy format
smithy format will turn this:
operation Demo { input: Unit // No input output := { foo: String } }
into this:
I would expect a trailing comment to adorn the syntactical element it's sharing a line with and not with the element following it.
The text was updated successfully, but these errors were encountered:
Possible duplicate of #2279
Sorry, something went wrong.
Correct, closing as a duplicate of #2279
No branches or pull requests
smithy format
will turn this:into this:
I would expect a trailing comment to adorn the syntactical element it's sharing a line with and not with the element following it.
The text was updated successfully, but these errors were encountered: