This repository has been archived on 2022-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
calculator/.vscode/settings.json

8 lines
132 B
JSON
Raw Normal View History

2022-05-15 21:47:33 +02:00
{
"files.associations": {
"*.tcc": "cpp",
"string": "cpp",
"new": "cpp",
"iosfwd": "cpp"
}
}