Bob Nystrom
Bob Nystrom
> So, that is why I say the breaking change should be published prior to the formatter shipping in a stable SDK, so that package authors become aware of this...
> The vim plugin does use stdin, and it has no understanding of language versions. I prefer formatting through stdin so we don't have to force a file write before...
I moved the task of coordinating with the analyzer and other teams to pass language versions to the formatter up into the main implementation issue (#1403), so this is done.
Hi, Tom. Thank you for reaching out. > I didn't seem to have this problem before. Suddenly, in VS Code and when running dart format, it seems that it is...
I suspect it will never be a good idea to do this automatically all the time. Doc comments can contain, well, anything a user wants really, so there are all...
> Are those fixes exposed via the API (or could they be)? Yes, when you construct a `DartFormatter()`, you can pass in the list of fixes to apply. > Maybe...
> * don't do any lines inside a group of triple-backticks (flip a flag when seeing one and consider it a code block until it flips back) You'll probably also...
Leaving a note here that supporting this will likely be somewhat more valuable when we ship the new style (#1253) and every Dart users starts migrating to it. That style...
Hi, Luke. I think you can probably guess what my thoughts are: https://github.com/dart-lang/dart_style/wiki/FAQ#why-cant-i-configure-it :) If I were to add support for this, the very next day, all progress across the...
> projects already do make the decision whether to use the default line length or a custom one *Some* do, but most don't. > the problem is that when they...