segatools2/.vscode/settings.json

20 lines
377 B
JSON
Raw Permalink Normal View History

{
2022-12-11 03:01:52 +00:00
"editor.formatOnSave": false,
2023-09-19 14:33:30 +00:00
"mesonbuild.configureOnOpen": false,
2023-11-30 07:29:27 +00:00
"files.associations": {
"string.h": "c",
"stdbool.h": "c",
"windows.h": "c",
"dprintf.h": "c",
"touch.h": "c",
"mai2-dll.h": "c",
"led.h": "c",
"path.h": "c",
"reg.h": "c",
"platform.h": "c",
"procaddr.h": "c",
"table.h": "c",
"serial.h": "c"
},
}