DescriptionLet `git cl format` format java files, too.
This will only have an effect if one's buildtools checkout is new enough, since
only then:
a) clang-format will be new enough to do a decent job for java files
b) clang-format-diff.py will be new enough to look at java files
So for older buildtools checkouts, `git cl format` will continue to ignore java
files. For newer buildtools checkouts (like the one pulled by `gclient sync`
with a recent chromium checkout), it'll work and do a fairly decent job.
BUG=429372
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=293312
Patch Set 1 #
Total comments: 3
Messages
Total messages: 9 (3 generated)
|