Fladder/.vscode/settings.json
PartyDonut 691293648b
feature: Added option to save and set default filters for libraries (#107)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-02 15:44:24 +01:00

15 lines
No EOL
252 B
JSON

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