ona/.vscode/settings.json

17 lines
334 B
JSON
Raw Normal View History

2022-08-10 15:52:16 +02:00
{
2023-02-18 04:34:40 +01:00
"files.associations": {
2023-02-24 01:31:51 +01:00
"type_traits": "cpp",
"cassert": "cpp",
"cstddef": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"utility": "cpp"
},
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"C_Cpp.errorSquiggles": "disabled",
2022-08-10 15:52:16 +02:00
}