Issue Report: Dart Analyzer and Linter #5922
Labels
act.question
Relates to issues that writers need SME help
from.user
Issue raised by user
infra.design
Relates to the design of docs.Dart.dev
Describe the problem
Issue Report: Dart Analyzer and Linter
The current line length limit of 80 characters enforced by the Dart analyzer and linter creates significant empty space on the screen, disrupting readability and efficient use of screen real estate. A more practical limit would be 120 characters, which balances readability and effective use of space.
Could we update the limit to 120 characters or implement a linter configuration that supports this adjustment?
For reference, see the official Dart documentation on line length limits: lines_longer_than_80_chars.
Expected fix
The current Dart lint rule lines_longer_than_80_chars limits line length to 80 characters. I am requesting a configuration option or a new lint rule, such as lines_longer_than_120_chars, to allow line lengths up to 120 characters for better formatting flexibility.
On which browser(s) did you experience this issue?
No response
Additional context
No response
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: