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
I have the following config:
{ "useTabs": true, "lineWidth": 100, "prettier": { "useTabs": true, "trailingComma": "all", "singleQuote": true, "proseWrap": "always", "plugins": [ "prettier-plugin-rust" ] }, "plugins": [ "https://plugins.dprint.dev/prettier-0.46.1.json@e5bd083088a8dfc6e5ce2d3c9bee81489b065bd5345ef55b59f5d96627928b7a" ] }
But somehow dprint fmt doesn't want to touch the Rust files in my project.
dprint fmt
The text was updated successfully, but these errors were encountered:
Maybe you should add "associations" ?
{ "prettier": { ... "associations": [ "**/*.rs" ] } }
Sorry, something went wrong.
No branches or pull requests
I have the following config:
But somehow
dprint fmt
doesn't want to touch the Rust files in my project.The text was updated successfully, but these errors were encountered: