We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db37c4e commit 15b0454Copy full SHA for 15b0454
1 file changed
git-clang-format.py
@@ -79,7 +79,7 @@ def main():
79
'c', 'h', # C
80
'm', # ObjC
81
'mm', # ObjC++
82
- 'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', # C++
+ 'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', 'inc', 'inl', # C++
83
'cu', # CUDA
84
# Other languages that clang-format supports
85
'proto', 'protodevel', # Protocol Buffers
0 commit comments