mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"dart.flutterSdkPath": ".fvm/versions/3.32.8",
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [120],
|
|
},
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
}
|
|
} |