Fladder/.vscode/settings.json
2025-07-27 13:48:32 +02:00

27 lines
No EOL
457 B
JSON

{
"cSpell.words": [
"ficonsax",
"jellyfin",
"Jellyfin",
"LTRB",
"LTWH",
"outro"
],
"dart.flutterSdkPath": ".fvm/versions/3.32.8",
"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"
]
}