Files
uC_libs/.vscode/settings.json
bartool 1b83af44e9 add test
minor changes
2022-11-27 07:49:52 +01:00

14 lines
275 B
JSON

{
"files.associations": {
"climits": "c",
"cmath": "c",
"cstdarg": "c",
"cstdint": "c",
"cstdio": "c",
"cstdlib": "c",
"type_traits": "c",
"limits": "c",
"*.tcc": "c",
"typeinfo": "c"
}
}