// cSpell Settings
{
    // Version of the setting file.  Always 0.2
    "version": "0.2",
    // language - current active spelling language
    "language": "en",
    "ignorePaths": [
        "**/*.{out,sketch,svg}",
        "fixtures/fonts.html",
        "**/tmp/**",
        "lib/devices/list.go",
        "lib/js/helper.go",
        "lib/proto/!(a_*)",
        "**/go.{mod,sum}"
    ],
    // words - list of words to be always considered correct
    "words": [
        "APPDATA",
        "Arraybuffer",
        "backgrounding",
        "backoff",
        "Backquote",
        "beforeunload",
        "bodyclose",
        "breakpad",
        "Chromedp",
        "codesearch",
        "commandline",
        "COMSPEC",
        "containerenv",
        "contenteditable",
        "Contentful",
        "Contextable",
        "coverprofile",
        "Dataview",
        "datetime",
        "dockerenv",
        "dropzone",
        "duckduckgo",
        "enctype",
        "errcheck",
        "evenodd",
        "excludesfile",
        "fetchup",
        "fontconfig",
        "Fullscreen",
        "Geolocation",
        "getent",
        "gobwas",
        "gocyclo",
        "GODEBUG",
        "gofmt",
        "gofumpt",
        "goimports",
        "golangci",
        "goob",
        "gopls",
        "goproxy",
        "gotrace",
        "gson",
        "headful",
        "iframe",
        "iframes",
        "Interactable",
        "ioutil",
        "keychain",
        "KHTML",
        "ldflags",
        "leakless",
        "libasound",
        "libcairo",
        "libgbm",
        "libgobject",
        "libgtk",
        "libnss",
        "libxss",
        "libxtst",
        "Lmsgprefix",
        "loglevel",
        "MDPI",
        "MITM",
        "mitmproxy",
        "mvdan",
        "Noto",
        "Numpad",
        "onbeforeunload",
        "onclick",
        "onmouseenter",
        "onmouseout",
        "opencontainers",
        "osversion",
        "progresser",
        "proto",
        "proxyauth",
        "Rects",
        "repost",
        "sattributes",
        "schildren",
        "Sessionable",
        "Smood",
        "Socketable",
        "spki",
        "spkis",
        "srgb",
        "staticcheck",
        "stdlib",
        "termux",
        "tlid",
        "touchend",
        "touchstart",
        "tracebackancestors",
        "trimpath",
        "Typedarray",
        "tzdata",
        "Unserializable",
        "Wasmvalue",
        "Weakmap",
        "Weakset",
        "Webassemblymemory",
        "wsutil",
        "xlink",
        "XVFB",
        "ysmood"
    ],
    // flagWords - list of words to be always considered incorrect
    // This is useful for offensive words and common spelling errors.
    // For example "hte" should be "the"
    "flagWords": []
}
