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

[BUG]: Titled lines and lines lengths are inconsistent in some file types #40

Open
MasouShizuka opened this issue Jan 22, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@MasouShizuka
Copy link

For example, in the python file, the lengths of title lines and lines are inconsistent:

# before
# test text

# after
# ── test text ─────────────────────────────────────────────────
# ────────────────────────────────────────────────────────────

In the rust file, the lengths of the two are the same:

// before
// test text

// after
// ── test text ───────────────────────────────────────────────
// ────────────────────────────────────────────────────────────
@LudoPinelli
Copy link
Owner

Thank you, I'll look into it.

@LudoPinelli LudoPinelli self-assigned this Jan 22, 2024
@LudoPinelli LudoPinelli added the bug Something isn't working label Jan 22, 2024
@farzadmf
Copy link

@LudoPinelli did you get a chance to look into this? Came here to open a similar issue and saw it's already here

@farzadmf
Copy link

farzadmf commented May 9, 2024

Trying my luck again here as I really like this plugin and hope to see this fixed @LudoPinelli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants