Closed rjhuijsman closed 3 years ago
Before this PR, our BUILD.bazel files were not auto-formatted.
BUILD.bazel
This PR uses buildifier (analogous to prettier, gofmt, etc.) to auto-format the BUILD.bazel files in this repo. There are no functional changes, only formatting.
buildifier
prettier
gofmt
Before this PR, our
BUILD.bazel
files were not auto-formatted.This PR uses
buildifier
(analogous toprettier
,gofmt
, etc.) to auto-format theBUILD.bazel
files in this repo. There are no functional changes, only formatting.