dice-group / tentris-cpp-coding-guidelines

0 stars 0 forks source link

template value parameter casing #3

Closed liss-h closed 5 months ago

liss-h commented 5 months ago

Currently clang-tidy is configured to SCREAMING_SNAKE_CASE but it should be configured to snake_case for template value parameters.

(Notion document, has the most recent conventions, there have been some changes since the weekly where we originally decided on conventions)