Skip to content

Place column comments at the end of the line #199

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

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

Adeynack
Copy link

@Adeynack Adeynack commented Mar 3, 2025

Fixes #164

Adds the configuration position_of_column_comment, now defaults to with_name (already existing behavior), and can also be set to rightmost_column.

There was a bit of moving code around involved, as some information about other attribute was needed (e.g.: the attributes of other columns, to determine how wide this column must be).

The only formats where it got implemented though are:

  • default (text)
  • Markdown

The other formats I do not know well, and would ask anyone with better knowledge of them to work on it.

@Adeynack
Copy link
Author

Adeynack commented Apr 7, 2025

Either the lint rules changed, or what was merged into this branch is not properly formatted. I will fix this this week.

@Adeynack
Copy link
Author

Adeynack commented Jun 8, 2025

@drwl : The checks seem fine again.

@Adeynack
Copy link
Author

@drwl : Seems you need to approve the PR again for the CI workflows to be started 🤔 If I understand what I read from GitHub properly.

@Adeynack
Copy link
Author

Adeynack commented Jun 24, 2025

@drwl : Thanks for the maintenance on this. 👌🏼 Did not have time to tackle it in the last few weeks (the lint issues).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Place column comments at the end of the line (feature suggestion)
2 participants