clang-format: Make clang-format-diff.py format java files.

llvm-svn: 223685
This commit is contained in:
Daniel Jasper 2014-12-08 19:39:03 +00:00
parent 770fd82f39
commit 7c627a0d24
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def main():
'(case sensitive, overrides -iregex)')
parser.add_argument('-iregex', metavar='PATTERN', default=
r'.*\.(cpp|cc|c\+\+|cxx|c|cl|h|hpp|m|mm|inc|js|proto'
r'|protodevel)',
r'|protodevel|java)',
help='custom pattern selecting file paths to reformat '
'(case insensitive, overridden by -regex)')
parser.add_argument('-v', '--verbose', action='store_true',