clangd, clang-tidy, etc does that already, no reason why
git-clang-format should skip hxx files.
Reviewed By: ilya-biryukov
Differential Revision: https://reviews.llvm.org/D63621
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364014
91177308-0d34-0410-b5e6-
96231b3b80d8
'c', 'h', # C
'm', # ObjC
'mm', # ObjC++
- 'cc', 'cp', 'cpp', 'c++', 'cxx', 'hpp', # C++
+ 'cc', 'cp', 'cpp', 'c++', 'cxx', 'hpp', 'hxx', # C++
'cu', # CUDA
# Other languages that clang-format supports
'proto', 'protodevel', # Protocol Buffers