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