-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Proper auto-indent for block comments #3112
Milestone
Comments
Set owner to @stevemessick. |
Added this to the M1 milestone. |
Added Fixed label. |
dart-bot
pushed a commit
that referenced
this issue
Sep 14, 2021
New commits in this revision: git log --format=%C(auto) %h %s cafadd17ba285dad9ebe6d34c617bc0d70d096b3..98a01e1cdbf441f030f1be76417860b6b372663d ✓ cafadd17 Don't use null safety (yet) (#3112) 98a01e1c Store credentials in a config directory (#3092) 4ee280b7 Fixed messages (#3110) bbdac802 Third party hosted pub registry authentication (#3007) b1bedc53 `--examples` for get/upgrade/downgrade/add/remove (#2857) Change-Id: Ibf6ffe33820c97114958c1564a7c22a46ff73d9c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213348 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Jonas Jensen <jonasfj@google.com>
copybara-service bot
pushed a commit
that referenced
this issue
Aug 10, 2022
…4 revisions) https://dart.googlesource.com/dartdoc/+log/f419695f57c5..8ee30225e2d8 2022-08-10 srawlins@google.com Move to analyzer 4.5.0 (#3115) 2022-08-10 srawlins@google.com Stop using eol_at_end_of_file (#3114) 2022-08-10 106621169+klr981@users.noreply.github.com Dark Mode: Landed changes in this PR (#3113) 2022-08-10 srawlins@google.com Move to analyzer 4.4.0 (#3112) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-doc-dart-sdk Please CC dart-ecosystem-gardener@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To file a bug in Dart Documentation Generator: https://github.com/dart-lang/dartdoc/issues To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: dart-ecosystem-gardener@grotations.appspotmail.com Change-Id: If54ebd9e0e1f050b2db72da5d53418b87ce67be5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254520 Commit-Queue: Devon Carew <devoncarew@google.com> Commit-Queue: DEPS Autoroller <dart-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by: Devon Carew <devoncarew@google.com>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When starting a new line in an open document comment (e.g.
/\*\* ... \*/
), automatically indent an extra space and add an asterisk::/**\n
<automatically indented by a space and the asterisk added>
/
Should also work for plain block comments. (/* ... */)
The text was updated successfully, but these errors were encountered: