gra-projekt/.vscode/settings.json
2022-06-29 20:54:41 +02:00

17 lines
321 B
JSON

{
"C_Cpp.clang_format_fallbackStyle": "Google",
"files.associations": {
"functional": "c",
"helper.h": "c",
"string": "c",
"vector": "c",
"memory": "c",
"optional": "c",
"string_view": "c",
"system_error": "c",
"variant": "c",
"array": "c"
},
"editor.formatOnSave": true
}