Add VSCode workspace

This commit is contained in:
Nick Rolfe
2020-10-14 11:16:28 +01:00
parent 89959b2e0d
commit b677a91fea

View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": true
}
}