bce3dd4fe7
Autogenerated files was formatted with the new style, so if one for instance formatted the file via the IDE or by saying `out/ReleaseX64/dart-sdk/bin/dart format pkg/front_end/lib/` we'd get *a lot* of changes which isn't great. This CL sets the formatter version for the auto-generated files, hopefully avoiding such things. Change-Id: I4f92aafde7c77e7c78179f78bf821979a25ec12c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398884 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Jens Johansen <jensj@google.com>
2 lines
43 B
Plaintext
2 lines
43 B
Plaintext
f(x) => switch (x) { int _ => 0, _ => 1 };
|