Add clang-tidy conf

This commit is contained in:
2023-07-20 23:55:01 +02:00
parent f519003766
commit 48bfa02e1d
4 changed files with 21 additions and 4 deletions

View File

@@ -97,7 +97,8 @@
"future": "cpp",
"queue": "cpp",
"typeindex": "cpp",
"shared_mutex": "cpp"
"shared_mutex": "cpp",
"*.ipp": "cpp"
},
"cmake.configureOnOpen": false,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"