exercises/.vscode/settings.json
timofey 2e0a59a70b
All checks were successful
buildbot/mdbook test Build done.
async to_string
2023-09-28 17:53:55 +00:00

10 lines
180 B
JSON

{
"rust-analyzer.showUnlinkedFileNotification": false,
"[rust]": {
"editor.rulers": [100]
},
"[markdown]": {
"editor.rulers": [86, 99, 100]
}
}