ona/.vscode/settings.json

12 lines
257 B
JSON
Raw Normal View History

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