We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rustfmt currently requires:
self.serializer .writer .write_u32::<LittleEndian>(array_offset)?;
It seems that it would be reasonable to have a setting for:
self.serializer.writer .write_u32::<LittleEndian>(array_offset)?;
The text was updated successfully, but these errors were encountered:
@topecongiro Do you want to have a new config option for this ? Or an improvement to the default formatting of chains ?
Sorry, something went wrong.
@scampi either. Having this be the default seems right to me, but if others disagree an option works fine.
Going to close this in favor of #4306, which has a lot more discussion on chain formatting
Successfully merging a pull request may close this issue.
rustfmt currently requires:
It seems that it would be reasonable to have a setting for:
The text was updated successfully, but these errors were encountered: