0

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?

1 Answers1

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