buncid/.vscode/settings.json

10 lines
186 B
JSON
Raw Normal View History

2023-11-01 05:01:17 +00:00
{
"files.associations": {
"ostream": "cpp"
},
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
}