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 wants indentation like this:
foo( // Whatnot 42, ) .bar() // Same amount of indentation on this line as the previous line with close parenthesis.
but rust-mode does this:
foo( // Whatnot 42, ) .bar() // Extra indentation.
The text was updated successfully, but these errors were encountered:
This is still killing me.
Sorry, something went wrong.
Can you enable tree sitter mode and see if it fixes for you: https://github.com/rust-lang/rust-mode?tab=readme-ov-file#tree-sitter ?
No branches or pull requests
rustfmt wants indentation like this:
but rust-mode does this:
The text was updated successfully, but these errors were encountered: