continued tests, first fixes
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-02-28 16:47:36 +01:00
parent a2bc72a798
commit 8c2c402821
7 changed files with 53 additions and 21 deletions

View File

@ -1,3 +1,6 @@
{
"editor.tabSize": 2
"editor.tabSize": 2,
"files.associations": {
"iosfwd": "cpp"
}
}