Skip to content

Commit

Permalink
Add template implementation file endings (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t committed Jan 18, 2024
1 parent db37c4e commit 15b0454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-clang-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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', 'inl', # C++
'cu', # CUDA
# Other languages that clang-format supports
'proto', 'protodevel', # Protocol Buffers
Expand Down

0 comments on commit 15b0454

Please sign in to comment.