dev-contributing: Document that we format .bzl files with buildifier

Change-Id: I7556af36c770d1af8822c3d5bd36abc043f19092
This commit is contained in:
David Pursehouse 2018-07-11 10:18:48 +09:00
parent b6a4048986
commit 80618995b7
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ Guide].
To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
tool (version 1.5), and to format Bazel BUILD and WORKSPACE files the
tool (version 1.5), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
tool (version 0.12.0).
These tools automatically apply format according to the style guides; this