lint: Run buildifier on build files

Tested with ./pw default

Change-Id: I48b6a844a1ecf63e6a317dd70f2d59816c77e09c
Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/407935
4 files changed
tree: 0ac88565aaeaa7cd10b2596380ff8ebfa9544f72
  1. .vscode/
  2. bazel/
  3. bazel_overlay/
  4. build_config/
  5. docs/
  6. examples/
  7. modules/
  8. pw_tests/
  9. scripts/
  10. tests/
  11. third_party/
  12. toolchain/
  13. tools/
  14. ztests/
  15. .bazelignore
  16. .bazelversion
  17. .gitignore
  18. AUTHORS
  19. BUILD.bazel
  20. common.bazelrc
  21. CONTRIBUTING.md
  22. generate_diff.py
  23. LICENSE
  24. MODULE.bazel
  25. MODULE.bazel.lock
  26. naming.bzl
  27. OWNERS
  28. pigweed_dep.MODULE.bazel
  29. pw
  30. README.md
  31. setup.bzl
  32. workflows.json
  33. WORKSPACE
README.md

Zephyr-Bazel

The way this repository works is by overlaying itself on top of Zephyr to provide Bazel build capability to the underlying Zephyr repository.

Getting Started

User Guide

For more information on the design of Zephyr bazel see the other design docs in the docs folder of this repository.