meson
meson copied to clipboard
cpp: add support for .tpp file extension
Some C++ projects use .tpp files to implement templated classes/functions separate from the header file where they are defined.
I'm not entirely sure what you mean, but this is required to make meson run clang-format and clang-tidy on those files. Compilation works fine anyway.