gra-projekt/.vscode/settings.json

8 lines
171 B
JSON
Raw Normal View History

{
"C_Cpp.clang_format_fallbackStyle": "Google",
"files.associations": {
2022-06-29 10:58:49 +02:00
"functional": "c",
"helper.h": "c"
2022-06-29 11:12:35 +02:00
},
"editor.formatOnSave": true
}