[PATCH] D24401: clang-format: Add Java detection to git-clang-format.
Luis Héctor Chávez via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 12 18:14:40 PDT 2016
lhchavez updated this revision to Diff 71087.
lhchavez added a comment.
Using arcanist to fix the paths as well
https://reviews.llvm.org/D24401
Files:
tools/clang-format/git-clang-format
Index: tools/clang-format/git-clang-format
===================================================================
--- tools/clang-format/git-clang-format
+++ tools/clang-format/git-clang-format
@@ -77,6 +77,7 @@
'cc', 'cp', 'cpp', 'c++', 'cxx', 'hpp', # C++
# Other languages that clang-format supports
'proto', 'protodevel', # Protocol Buffers
+ 'java', # Java
'js', # JavaScript
'ts', # TypeScript
])
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24401.71087.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160913/1c14f0d7/attachment.bin>
More information about the cfe-commits
mailing list