ACEC/.vscode/settings.json

6 lines
88 B
JSON
Raw Normal View History

2022-10-14 14:04:57 +08:00
{
"files.associations": {
"*.ejs": "html",
"iostream": "cpp"
}
}