This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
mfps/.vscode/settings.json

10 lines
193 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"app.h": "c",
"key.h": "c",
"main.h": "c",
"oled2.h": "c",
"uniform.h": "c"
}
}