VSCode configuration

This commit is contained in:
2018-04-07 21:22:57 +02:00
committed by Valeriano A.R
parent 50667691ff
commit 0044eb52ec
3 changed files with 75 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"draw.h": "c"
}
}