Files
immich/mobile/.vscode/settings.json
2025-07-25 02:37:22 +00:00

13 lines
224 B
JSON

{
"dart.flutterSdkPath": ".fvm/versions/3.32.6",
"dart.lineLength": 120,
"[dart]": {
"editor.rulers": [120],
},
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
}