dev-contributing.txt: Update buildifier version to 0.20.0

Change-Id: I37d947d5ce0bc4be88101f9584428453dc8f492a
This commit is contained in:
David Ostrovsky
2019-01-10 09:02:25 +01:00
committed by David Pursehouse
parent 0937e982fd
commit 0c1b453a48

View File

@@ -155,7 +155,7 @@ To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
tool (version 1.6), and to format Bazel BUILD, WORKSPACE and .bzl files the
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
tool (version 0.17.2).
tool (version 0.20.0).
These tools automatically apply format according to the style guides; this
streamlines code review by reducing the need for time-consuming, tedious,
and contentious discussions about trivial issues like whitespace.