Skip to content

Commit 15b0454

Browse files
author
Alex_Mueller
authored
Add template implementation file endings (#38)
1 parent db37c4e commit 15b0454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-clang-format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def main():
7979
'c', 'h', # C
8080
'm', # ObjC
8181
'mm', # ObjC++
82-
'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', # C++
82+
'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', 'inc', 'inl', # C++
8383
'cu', # CUDA
8484
# Other languages that clang-format supports
8585
'proto', 'protodevel', # Protocol Buffers

0 commit comments

Comments
 (0)