-
Notifications
You must be signed in to change notification settings - Fork 122
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
Digit separators prevent formatting #1630
Comments
Thanks for the bug report. A few questions:
|
Sorry, I would have included this extra information in the initial bug report but I wasn't sure if I was raising the issue in the right place, so I kept it brief. |
Excellent, thanks! |
Might be a different issue and if so, I can report that. But if I do the following:
Then I change int calculate() {
return 6_2 * 7;
} And then run format I get the following error:
And the content of name: example
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.6.0
# Add regular dependencies here.
dependencies:
# path: ^1.8.0
dev_dependencies:
lints: ^5.0.0
test: ^1.24.0 |
Steps to reproduce:
foo
out and uncomment the second.The text was updated successfully, but these errors were encountered: