Closed maxitg closed 3 years ago
We currently have a 120 characters limit everywhere in the codebase except for Markdown files. We should use it there for consistency as well.
markdownlint (#581) already supports it, we just need to fix the actual files and enable it.
markdownlint
Would be nice to have a Markdown formatter that would split the lines automatically. Not sure if that exists.
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.