0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-03-09 21:47:00 -04:00
rusty-v8/.vscode/settings.json
Bert Belder 0e86101ed9
wip
2019-10-20 16:10:40 -07:00

8 lines
No EOL
155 B
JSON

{
"C_Cpp.clang_format_style": "Chromium",
"files.associations": {
"memory": "cpp",
"vector": "cpp",
"cctype": "cpp"
}
}