gtn/.vscode/settings.json

12 lines
245 B
JSON
Raw Normal View History

2023-10-23 10:14:28 +00:00
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"files.exclude": {
".venv": true,
".vscode": true,
"python": true,
"mypy.ini": true,
".pylintrc": true,
2023-10-23 10:14:28 +00:00
}
}