Brightspace / rules_csharp

Bazel rules for C#
Apache License 2.0
8 stars 5 forks source link

Fix formatting inconsistencies in the code using buildifier #111

Closed jrbeverly closed 4 years ago

jrbeverly commented 4 years ago

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.