FSM/.vscode/settings.json

11 lines
226 B
JSON
Raw Normal View History

2024-01-23 20:05:30 +08:00
{
"files.associations": {
"filter.h": "c",
"fsm_protected.h": "c",
"keyfsm.h": "c",
"fsm_public.h": "c",
"stdio.h": "c",
"assert.h": "c"
2024-01-23 20:05:30 +08:00
},
"files.encoding": "utf8"
}