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
Given this source:
foo! { test }
$ xxd foo.rs 0000000: 666f 6f21 207b 0a09 7465 7374 0a7d 0a foo! {..test.}. $ rustfmt --write-mode overwrite foo.rs $ xxd foo.rs 0000000: 666f 6f21 207b 0a09 7465 7374 0a7d 0a foo! {..test.}.
Similar to https://github.com/nrc/rustfmt/issues/544, the tab inside the macro, "09", remained before and after the format.
The text was updated successfully, but these errors were encountered:
Closing because covered by #8
Sorry, something went wrong.
Are these strictly relevant? I'd expect indentation to be handled anywhere as it doesn't need to parse the contents of the macro (or any code).
No branches or pull requests
Given this source:
Similar to https://github.com/nrc/rustfmt/issues/544, the tab inside the macro, "09", remained before and after the format.
The text was updated successfully, but these errors were encountered: