question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement max_line_length

See original GitHub issue

From @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:closed
  • Created 7 years ago
  • Comments:21 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
jednanocommented, Apr 20, 2017
1reaction
SamVerschuerencommented, Jul 13, 2016

I’m 👎 on this. I’d suggest using soft line wrapping instead of hard line wrapping as well. But that’s just my opinion 😃.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found