CPlusPlusLearningProject/.vscode/settings.json

9 lines
144 B
JSON
Raw Normal View History

2023-06-19 22:36:39 +00:00
{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"cmake.configureEnvironment": {
"CC": "clang",
"CXX": "clang++"
},
2023-06-19 22:36:39 +00:00
}