mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
7 days ago 8c89ac996e1fdcdc60ee01847b4f2b9bcb50031f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "editor.formatOnSave": true,
    "files.autoSave": "afterDelay",
    "files.autoSaveWhenNoErrors": true,
    "files.autoSaveWorkspaceFilesOnly": true,
    "cSpell.customDictionaries": {
        "custom-dictionary-workspace": {
            "name": "custom-dictionary-workspace",
            "path": "${workspaceFolder:gohugo-theme-ananke}/.vscode/custom-dictionary.txt",
            "addWords": true,
            "scope": "workspace"
        }
    }
}