mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
15 lines
No EOL
235 B
JSON
15 lines
No EOL
235 B
JSON
{
|
|
"dart.flutterSdkPath": ".fvm/versions/3.35.7",
|
|
"dart.lineLength": 120,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
120
|
|
]
|
|
},
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
}
|
|
} |