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

10 lines
No EOL
270 B
JSON

{
"C_Cpp.errorSquiggles": "enabled",
"files.associations": {
"*.h": "c",
},
"editor.insertSpaces": false,
"editor.indentSize": "tabSize",
"editor.tabSize": 8,
"clangd.arguments": ["--compile-commands-dir=/home/rubberhead/Git/linux"]
}