diff options
Diffstat (limited to 'tools/clang-format/git-clang-format')
-rwxr-xr-x | tools/clang-format/git-clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-format/git-clang-format b/tools/clang-format/git-clang-format index 60cd4fb25b635..0b2103962a31e 100755 --- a/tools/clang-format/git-clang-format +++ b/tools/clang-format/git-clang-format @@ -79,6 +79,7 @@ def main(): 'm', # ObjC 'mm', # ObjC++ 'cc', 'cp', 'cpp', 'c++', 'cxx', 'hpp', # C++ + 'cu', # CUDA # Other languages that clang-format supports 'proto', 'protodevel', # Protocol Buffers 'java', # Java |