🪄 Adds vscode setting

This commit is contained in:
Rune Harlyk
2023-07-12 15:25:31 +02:00
parent ee119599c3
commit 1d5b3927fe
+7
View File
@@ -0,0 +1,7 @@
{
"files.associations": {
"cmath": "cpp"
},
"editor.tabSize": 4,
"editor.detectIndentation": false,
}