fundamentals/.vscode/settings.json

4 lines
111 B
JSON
Raw Normal View History

2022-08-29 14:58:13 +01:00
{
2022-10-15 16:22:27 +01:00
"python.formatting.provider": "black",
"java.configuration.updateBuildConfiguration": "interactive"
2022-08-29 14:58:13 +01:00
}