Implement max_line_length
See original GitHub issueFrom @rdumont on June 15, 2016 21:8
A max_line_length
property would be nice to have, as described in https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length.
Copied from original issue: Microsoft/vscode-editorconfig#27
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (11 by maintainers)
Top Results From Across the Web
max-line-length - Rule
Rule: max-line-length. Requires lines to be under a certain max length. Rationale. Limiting the length of a line of code improves code readability....
Read more >max-line-length | Stylelint
Only enforce the line-length limit for lines that are not comments. This also applies to comments that are between code on the same...
Read more >Max line length · Issue #47 · pinterest/ktlint - GitHub
I would like to enforce a maximum line length on the files being linted. I'm partial to 100 characters, or even 120.
Read more >Formatting Rule Set - Detekt
This rule set provides wrappers for rules implemented by ktlint - https://ktlint.github.io/. ... maxLineLength (default: 120 ) (android default: 100 ).
Read more >Credo.Check.Readability.MaxLineLength - HexDocs
Checks for the length of lines. Ignores function definitions and (multi-)line strings by default. Check-Specific Parameters. Use the following parameters to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See also https://github.com/editorconfig/editorconfig/issues/280
I’m 👎 on this. I’d suggest using soft line wrapping instead of hard line wrapping as well. But that’s just my opinion 😃.