1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "cmake.useCMakePresets": "always", "cmake.options.statusBarVisibility": "visible", "C_Cpp.autoAddFileAssociations": false, "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", "C_Cpp.formatting": "clangFormat", "[cpp]": { "editor.formatOnSave": true, "editor.tabSize": 2, }, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, }