13 lines
223 B
JSON
13 lines
223 B
JSON
|
|
{
|
||
|
|
"dart.flutterSdkPath": ".fvm/versions/3.35.7",
|
||
|
|
"dart.lineLength": 120,
|
||
|
|
"[dart]": {
|
||
|
|
"editor.rulers": [120]
|
||
|
|
},
|
||
|
|
"search.exclude": {
|
||
|
|
"**/.fvm": true
|
||
|
|
},
|
||
|
|
"files.watcherExclude": {
|
||
|
|
"**/.fvm": true
|
||
|
|
}
|
||
|
|
}
|