From e2184872600aea20e7ebd5804d86d390c4720db7 Mon Sep 17 00:00:00 2001 From: Alex_Mueller Date: Thu, 18 Jan 2024 09:04:19 +0100 Subject: [PATCH] Add template implementation file endings --- git-clang-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-clang-format.py b/git-clang-format.py index e5cd1a2..30a2add 100644 --- a/git-clang-format.py +++ b/git-clang-format.py @@ -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