ona/.vscode/settings.json

19 lines
393 B
JSON
Raw Normal View History

2022-08-10 14:52:16 +01:00
{
2023-02-18 03:34:40 +00:00
"files.associations": {
2023-02-24 00:31:51 +00:00
"type_traits": "cpp",
"cassert": "cpp",
"cstddef": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"utility": "cpp"
},
2023-02-24 17:21:55 +00:00
"editor.minimap.maxColumn": 120,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"C_Cpp.errorSquiggles": "disabled",
2023-02-24 17:21:55 +00:00
"editor.rulers": [120],
2022-08-10 14:52:16 +01:00
}