minor changes
This commit is contained in:
2022-11-27 07:49:52 +01:00
parent d0b533daf9
commit 1b83af44e9
5 changed files with 56 additions and 17 deletions

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

@@ -0,0 +1,14 @@
{
"files.associations": {
"climits": "c",
"cmath": "c",
"cstdarg": "c",
"cstdint": "c",
"cstdio": "c",
"cstdlib": "c",
"type_traits": "c",
"limits": "c",
"*.tcc": "c",
"typeinfo": "c"
}
}