Fladder/.vscode/settings.json
PartyDonut 34c9c5bd9c
chore: Update dependencies (#372)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2025-06-07 18:36:17 +02:00

27 lines
No EOL
457 B
JSON

{
"cSpell.words": [
"ficonsax",
"jellyfin",
"Jellyfin",
"LTRB",
"LTWH",
"outro"
],
"dart.flutterSdkPath": ".fvm/versions/3.32.1",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"editor.detectIndentation": true,
"dart.lineLength": 120,
"dart.analysisExcludedFolders": [
"build",
".dart_tool",
".fvm",
"packages",
"lib/jellyfin",
"lib/l10n"
]
}