While raising some of my recent pull requests, I have been noticing that there are some files that I keep re-formatting. I'd prefer to get all of these sorted, rather than format the files one-by-one.
This PR runs buildifier -r . on the entire codebase, ensuring that everything is following the standard set by buildifier.
We should look at potentially enforcing these format standards in some way with a pre-commit hook, or some supportive tooling.
While raising some of my recent pull requests, I have been noticing that there are some files that I keep re-formatting. I'd prefer to get all of these sorted, rather than format the files one-by-one.
This PR runs
buildifier -r .
on the entire codebase, ensuring that everything is following the standard set bybuildifier
.We should look at potentially enforcing these format standards in some way with a pre-commit hook, or some supportive tooling.