mirror of
https://github.com/immich-app/immich.git
synced 2026-06-04 13:15:22 -04:00
8d5d12b108
* chore: upgrade flutter to 3.44.0 # Conflicts: # mise.lock * static analysis fix * fix ios ci --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
14 lines
186 B
JSON
14 lines
186 B
JSON
{
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
120
|
|
]
|
|
},
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
}
|
|
} |