meson icon indicating copy to clipboard operation
meson copied to clipboard

cpp: add support for .tpp file extension

Open stephanlachnit opened this issue 1 year ago • 1 comments

Some C++ projects use .tpp files to implement templated classes/functions separate from the header file where they are defined.

stephanlachnit avatar Jul 04 '24 09:07 stephanlachnit

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.

stephanlachnit avatar Jul 04 '24 13:07 stephanlachnit