You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experience writing Dart for the Mojo project, the formatter takes away 99% of thinking about the style guide. Import alphabetization is the main place I still find myself having to make stylistic code review comments.
The text was updated successfully, but these errors were encountered:
This issue was originally filed by [email protected]
It'd be really nice if the formatter sorted includes according to https://www.dartlang.org/articles/style-guide/#ordering (or exposed an option to do so if that's controversial).
In my experience writing Dart for the Mojo project, the formatter takes away 99% of thinking about the style guide. Import alphabetization is the main place I still find myself having to make stylistic code review comments.
The text was updated successfully, but these errors were encountered: