Line length limit for Markdown #582
Labels
feature
New functionality, or change in existing functionality
infrastructure
Has to do with changes to the development process, e.g., build scripts, CI, testing utilities
The problem
We currently have a 120 characters limit everywhere in the codebase except for Markdown files. We should use it there for consistency as well.
Possible solution
markdownlint
(#581) already supports it, we just need to fix the actual files and enable it.Alternative solutions
Would be nice to have a Markdown formatter that would split the lines automatically. Not sure if that exists.
The text was updated successfully, but these errors were encountered: