annotate_models
annotate_models copied to clipboard
Put Comments on New Line for Bare Formatting
Prevent unusably spaced formatting that occurs when comments are the length of normal sentences or even full paragraphs.
Hi, I'm not sure I understand what's being done here.
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.