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