also is there a reason we're formatting `bazel_pro...
# development
a
also is there a reason we're formatting
bazel_protos
in its
<http://build.rs|build.rs>
?
because it's broken for me in mysterious ways (e.g. when i tried to compile
fs_util
just now) millions of times, i just commented it out for now. if it's not cosmetic (i assume so since there's a good amount of code along with linting that's going on there) it could definitely be cached better and i would be interested in fixing that
a
We format them because there’s no way to ignore files in rustfmt and they’re not formatted according to our custom 2-space formatting
What’s broken for you?