Skip to content
New issue

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

Formatting inserts a blank line after each comment unconditionally #123

Open
na-sa-do opened this issue May 13, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@na-sa-do
Copy link

With repeated formatting, this:

; hello
world = "hello world"

becomes this:

; hello

world = "hello world"

and then this:

; hello


world = "hello world"

and so on.

@anweiss
Copy link
Owner

anweiss commented May 13, 2022

Thanks @na-sa-do. Indeed, this is a known issue per #55. Formatting in general is still a WIP.

@anweiss anweiss self-assigned this May 13, 2022
@anweiss anweiss added the bug Something isn't working label May 13, 2022
@anweiss anweiss added this to the v1.0.0 milestone May 13, 2022
@anweiss anweiss added the help wanted Extra attention is needed label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants