chore: Update .gitignore and .vscode settings

This commit is contained in:
Jonas Pfalzgraf 2024-08-30 15:02:53 +02:00
parent 50eefd87bd
commit 4d38c12185
3 changed files with 19 additions and 4 deletions

View file

@ -0,0 +1,18 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"sarif-viewer.connectToGithubCodeScanning": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "always"
},
"files.associations": {
"*.embeddedhtml": "html"
}
}
}