Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change max line length of source code to 120 #19

Open
Jonas-Sander opened this issue Jul 13, 2021 · 2 comments
Open

Change max line length of source code to 120 #19

Jonas-Sander opened this issue Jul 13, 2021 · 2 comments
Labels
code quality Code quality itself (readable) but e.g. also how we might enforce better quality automatically.

Comments

@Jonas-Sander
Copy link
Collaborator

The default of Dart/Flutter projects is a line length of 80 chars which we find limiting.

@Jonas-Sander
Copy link
Collaborator Author

Could try to add this to the .vscode/settings.json so that everybody has it when pulling the project

@nilsreichardt
Copy link
Member

settings.json would look like:

{
    "dart.lineLength": 120
}

@Jonas-Sander Jonas-Sander added the code quality Code quality itself (readable) but e.g. also how we might enforce better quality automatically. label Jan 31, 2022
@nilsreichardt nilsreichardt moved this to Later in Triage May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Code quality itself (readable) but e.g. also how we might enforce better quality automatically.
Projects
Status: Later
Development

No branches or pull requests

2 participants