Fladder/.vscode/settings.json
PartyDonut 5c560e54b5
feature: Add support for mediaSegments (#138)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-09 19:40:12 +01:00

19 lines
No EOL
297 B
JSON

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