I noticed bazel doesn't pick up rustfmt.toml from the project/target folder. What is the way to edit fmt parameters for bazel build?
Asked
Active
Viewed 123 times
1 Answers
0
I think a solution to you problem is described here. When you follow the instructions you code can be formatted using:
bazel run :format_fix

Vertexwahn
- 7,709
- 6
- 64
- 90