Skip to content

Put Comments on New Line for Bare Formatting #838

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 1 commit into
base: develop
Choose a base branch
from

Conversation

deiden26
Copy link

Prevent unusably spaced formatting that occurs when comments are the
length of normal sentences or even full paragraphs.

Prevent unusably spaced formatting that occurs when comments are the
length of normal sentences.
@deiden26 deiden26 force-pushed the bare-comments-on-newline branch from ad9ac91 to 9e0de05 Compare September 24, 2020 01:24
@ctran ctran added the reviewed label Mar 24, 2021
@ctran
Copy link
Owner

ctran commented Mar 24, 2021

Hi, I'm not sure I understand what's being done here.

@apotema
Copy link

apotema commented Apr 1, 2021

I think that he wants to change from this

# tide_member(True if the user is a permanent tide member.) :boolean default(FALSE), not null

to this

# True if the user is a permanent tide member.
# tide_member :boolean default(FALSE), not null

That would be very helpful in reducing the length of the annotations.

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

Successfully merging this pull request may close these issues.

3 participants