gra-projekt/.vscode/settings.json

8 lines
171 B
JSON

{
"C_Cpp.clang_format_fallbackStyle": "Google",
"files.associations": {
"functional": "c",
"helper.h": "c"
},
"editor.formatOnSave": true
}