mirror of
https://github.com/immich-app/immich.git
synced 2026-04-18 16:41:54 -04:00
* chore: pump flutter to 3.41.6 * more isar cleanup * ignore experimental use for TableMigration --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"dart.flutterSdkPath": ".fvm/versions/3.41.6",
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
120
|
|
]
|
|
},
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
}
|
|
} |