templates-project_setup/cpp/vscode-settings.json
2020-07-14 09:02:35 +02:00

8 lines
269 B
JSON

{
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
"C_Cpp.clang_format_style": "file",
"C_Cpp.clang_format_sortIncludes": true,
"editor.formatOnSave": true,
"cmake.configureOnOpen": true,
"cmake.generator": "Unix Makefiles"
}