Skip to content

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

@MasouShizuka

Description

@MasouShizuka

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 ───────────────────────────────────────────────
// ────────────────────────────────────────────────────────────

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions