gra-projekt/.vscode/settings.json

17 lines
321 B
JSON
Raw Normal View History

{
"C_Cpp.clang_format_fallbackStyle": "Google",
"files.associations": {
"functional": "c",
2022-06-29 19:03:12 +02:00
"helper.h": "c",
"string": "c",
"vector": "c",
"memory": "c",
"optional": "c",
"string_view": "c",
"system_error": "c",
2022-06-29 20:54:41 +02:00
"variant": "c",
"array": "c"
},
2022-06-29 19:03:12 +02:00
"editor.formatOnSave": true
}