ACEC/.vscode/settings.json
2022-10-21 19:34:18 +08:00

8 lines
134 B
JSON

{
"files.associations": {
"*.ejs": "html",
"iostream": "cpp",
"*.tcc": "cpp",
"new": "cpp"
}
}