Updated templates

Added PR template
This commit is contained in:
PartyDonut 2024-10-16 16:50:33 +02:00
parent 0495f9b800
commit 4b37b926c6
4 changed files with 33 additions and 36 deletions

22
.vscode/settings.json vendored
View file

@ -1,12 +1,14 @@
{
"cSpell.words": [
"Jellyfin"
],
"dart.flutterSdkPath": ".fvm/versions/3.24.3",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
"cSpell.words": [
"Jellyfin"
],
"dart.flutterSdkPath": ".fvm/versions/3.24.3",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"editor.detectIndentation": true,
"dart.lineLength": 120
}