TIAN-LEIDA-JIANCE/.idea/c_cpp_properties.json

17 lines
293 B
JSON
Raw Permalink Normal View History

{
"configurations": [
{
"name": "CLion",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
],
"cStandard": "c17",
"cppStandard": "c++20"
}
],
"version": 4
}