Update for new Hyas setup

This commit is contained in:
Henk Verlinde
2024-04-19 20:53:32 +02:00
committed by Simon C
parent ed2009cf17
commit c1d263135f
29 changed files with 3449 additions and 4237 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"editor.wordWrap": "off",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.tabSize": 2,
"editor.insertSpaces": true
}