Fladder/.vscode/settings.json
PartyDonut 4b37b926c6 Updated templates
Added PR template
2024-10-16 16:50:33 +02:00

14 lines
No EOL
238 B
JSON

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