csci5451/.vscode/settings.json

11 lines
201 B
JSON
Raw Normal View History

2023-10-08 00:49:58 +00:00
{
"files.associations": {
"common.h": "c"
2023-10-09 07:51:38 +00:00
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
2023-10-31 00:48:27 +00:00
"python.formatting.provider": "none",
"discord.enabled": true
2023-10-08 00:49:58 +00:00
}