bazel: Add .buildifier.json
Fixed: 356210484
Change-Id: I445c86e653d2f2d59b572c0b149bb73c430cd2b9
Reviewed-on: https://pigweed-internal-review.git.corp.google.com/c/pigweed/showcase/rp2/+/73068
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-internal-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pw-internal-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Chad Norvell <chadnorvell@google.com>
diff --git a/.buildifier.json b/.buildifier.json
new file mode 100644
index 0000000..8c1d292
--- /dev/null
+++ b/.buildifier.json
@@ -0,0 +1,8 @@
+{
+ "type": "auto",
+ "warningsList": [
+ "load",
+ "native-build",
+ "unsorted-dict-items"
+ ]
+}
\ No newline at end of file