In the current draft, the plain-text documentation specifies: "Wrap paragraphs at 80 characters."
I would advocate for all code, not just documentation, being wrapped at 80 characters, for two reasons:
- You can easily view code on standard terminals with
less or vim without confusing wrapping. (Even if I'm the only person on the team that codes in vim, others may want to look something up using less or cat or similar.)
- It is one way to discourage lots of nested indents.
In the current draft, the plain-text documentation specifies: "Wrap paragraphs at 80 characters."
I would advocate for all code, not just documentation, being wrapped at 80 characters, for two reasons:
lessorvimwithout confusing wrapping. (Even if I'm the only person on the team that codes invim, others may want to look something up usinglessorcator similar.)