hydroforth/.vscode/settings.json

9 lines
139 B
JSON
Raw Normal View History

2022-12-22 15:02:45 +00:00
{
"files.associations": {
"*.lock": "yarnlock",
".shards.info": "yaml",
".graphqlconfig": "json",
"stdbool.h": "c"
}
}