d0576697c3
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
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
|
|
}
|
|
} |