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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#! format: noindent
There seem to be some slight hiccups with the newly added (#724) #! format: noindent that concerns comments:
Comments not attached to a (non-indented) code entity will actually get indented. The - from what I can tell - correctly formatted snippet
begin #! format: noindent # This is OK function foo end # This is not end
turns into
Even weirder, the following
begin #! format: noindent end
is turned into
Is this a feature or a bug?
The text was updated successfully, but these errors were encountered:
looks like a bug to me
Sorry, something went wrong.
Unfortunately, I am not sure how to dig deeper on this but I'd be happy to assist with testing etc if helpful.
fix #728
a37fd19
fd4fae3
No branches or pull requests
There seem to be some slight hiccups with the newly added (#724)
#! format: noindent
that concerns comments:Comments not attached to a (non-indented) code entity will actually get indented. The - from what I can tell - correctly formatted snippet
turns into
Even weirder, the following
is turned into
Is this a feature or a bug?
The text was updated successfully, but these errors were encountered: