ona/.vscode/settings.json

11 lines
222 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
2022-08-10 15:52:16 +02:00
}