Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 308 Bytes

line-length.md

File metadata and controls

9 lines (7 loc) · 308 Bytes

Avoid overly long lines

Avoid lines of code that require readers to scroll horizontally or turn their heads too much.

We recommend a soft line length limit of 99 characters. Authors should aim to wrap lines before hitting this limit, but it is not a hard limit. Code is allowed to exceed this limit.