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

13 lines
251 B
JSON
Raw Normal View History

2022-11-26 05:03:22 +01:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"cppStandard": "c++17",
"cStandard": "c17"
}
],
"version": 4
}