nn-testing/.vscode/settings.json

12 lines
165 B
JSON
Raw Normal View History

2023-07-20 22:34:56 +02:00
{
"files.associations": {
"*.embeddedhtml": "html",
"clm.h": "c",
"clm.c": "c",
"cltest.c": "c",
"*.tcc": "c",
"string": "c",
"string_view": "c"
}
}