Closed SimonSapin closed 4 months ago
To avoid merge conflicts the easiest is likely:
main
when it’s readycargo +nightly fmt --all
with the new config commit in this branch. (It’s included here to show what the result looks like)main
into this branchcargo +nightly fmt --all
on the merge to make another version of that commit
Per discussion in https://github.com/apollographql/apollo-rs/pull/868#discussion_r1651705217 except I picked
group_imports = One
as I slightly prefer it overStdExternalCrate
. I don’t mind much which style we pick as long as we pick one.