kernel_module_learn/.vscode/settings.json

7 lines
115 B
JSON
Raw Normal View History

2025-02-08 19:40:31 +01:00
{
"files.associations": {
"*.h": "c"
2025-02-23 13:14:54 +01:00
},
"editor.insertSpaces": false,
"editor.tabSize": 4
2025-02-08 19:40:31 +01:00
}