[clang-format] Add .inc extension to git-clang-format

Differential Revision: https://reviews.llvm.org/D138746
This commit is contained in:
Alexandre Ganea 2022-12-03 09:24:03 -05:00
parent d4c5c7e0ac
commit ae918c78b5
1 changed files with 1 additions and 1 deletions

View File

@ -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