11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
"[rust]": {
|
|
"editor.rulers": [100]
|
|
},
|
|
"[markdown]": {
|
|
"editor.rulers": [86, 99, 100]
|
|
},
|
|
"python.analysis.typeCheckingMode": "basic"
|
|
}
|