unnamed_ba_thesis/shared/userspace/.vscode/settings.json
2024-01-20 23:30:38 +00:00

9 lines
No EOL
192 B
JSON

{
"C_Cpp.errorSquiggles": "enabled",
"files.associations": {
"*.h": "c",
},
"editor.insertSpaces": false,
"editor.indentSize": "tabSize",
"editor.tabSize": 4,
}