summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 3ecfc22742869570e1c60178c130b131fe2531bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "spellright.language": [
        "en"
    ],
    "spellright.documentTypes": [
        "markdown",
        "latex",
        "plaintext",
        "html"
    ]
}