TODO: test module
This commit is contained in:
parent
f9282a627f
commit
71b52acdb1
13 changed files with 453 additions and 192 deletions
10
shared/.vscode/settings.json
vendored
Normal file
10
shared/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"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"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue