[clang-format] Add .inc extension to git-clang-format
Differential Revision: https://reviews.llvm.org/D138746
This commit is contained in:
parent
d4c5c7e0ac
commit
ae918c78b5
|
@ -88,7 +88,7 @@ def main():
|
|||
'c', 'h', # C
|
||||
'm', # ObjC
|
||||
'mm', # ObjC++
|
||||
'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', # C++
|
||||
'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', 'inc', # C++
|
||||
'ccm', 'cppm', 'cxxm', 'c++m', # C++ Modules
|
||||
'cu', 'cuh', # CUDA
|
||||
# Other languages that clang-format supports
|
||||
|
|
Loading…
Reference in New Issue