annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

Put Comments on New Line for Bare Formatting

Open deiden26 opened this issue 5 years ago • 2 comments

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

deiden26 avatar Sep 24 '20 00:09 deiden26

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

ctran avatar Mar 24 '21 03:03 ctran

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.

apotema avatar Apr 01 '21 13:04 apotema