Files
immich/mobile/.vscode/settings.json
T
2026-05-01 15:39:19 -05:00

15 lines
235 B
JSON

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