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