10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
"[rust]": {
|
|
"editor.rulers": [100]
|
|
},
|
|
"[markdown]": {
|
|
"editor.rulers": [86, 99, 100]
|
|
}
|
|
}
|