We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It might be just that the comment is missing a terminating newline.
Before:
enum EE { a, b, // 'b' c }
After dart format:
dart format
The text was updated successfully, but these errors were encountered:
Always split enums that contain a line comment.
3f9f4cf
Fix #1254.
Always split enums that contain a line comment. (#1262)
1a2def9
Successfully merging a pull request may close this issue.
It might be just that the comment is missing a terminating newline.
Before:
After
dart format
:The text was updated successfully, but these errors were encountered: