toygame/.vscode/settings.json
2025-01-11 17:11:28 +02:00

32 lines
581 B
JSON
Executable file

{
"files.associations": {
"*.h": "c",
"xstring": "c",
"xutility": "c",
"*.m": "c",
"random": "c",
"array": "c",
"string": "c",
"string_view": "c",
"ranges": "c",
"regex": "c",
"optional": "c",
"istream": "c",
"ostream": "c",
"system_error": "c",
"functional": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"*.tcc": "c",
"typeinfo": "c",
"initializer_list": "c",
"iterator": "c",
"vector": "c"
},
"files.eol": "\n",
"C_Cpp.dimInactiveRegions": false,
"editor.detectIndentation": false,
"editor.tabSize": 8,
"editor.insertSpaces": false
}