Files
pynosaur/.vscode/settings.json

11 lines
177 B
JSON
Raw Normal View History

2025-06-20 00:57:47 +08:00
{
"cSpell.words": [
"Pycdc",
"Pynosaur",
"Uncompyle"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}