Merge branch 'stable-2.16' into stable-3.0
* stable-2.16: Highlight .mjs as javascript Set version to 2.15.15-SNAPSHOT Update buildifier to 0.26 Change-Id: I98261be3f7e48747401e9cff45bb3314288c40d4
This commit is contained in:
@@ -166,7 +166,7 @@ To format Java source code, Gerrit uses the
|
||||
link:https://github.com/google/google-java-format[`google-java-format`]
|
||||
tool (version 1.7), and to format Bazel BUILD, WORKSPACE and .bzl files the
|
||||
link:https://github.com/bazelbuild/buildtools/tree/master/buildifier[`buildifier`]
|
||||
tool (version 0.22.0).
|
||||
tool (version 0.26.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.
|
||||
|
@@ -124,7 +124,7 @@ markdown = text/x-markdown
|
||||
mbox = application/mbox
|
||||
md = text/x-markdown
|
||||
mirc = text/mirc
|
||||
mjs = text/x-mjs
|
||||
mjs = text/javascript
|
||||
mkd = text/x-markdown
|
||||
ml = text/x-ocaml
|
||||
mli = text/x-ocaml
|
||||
|
Reference in New Issue
Block a user