sorted cspell

This commit is contained in:
Eric D. Rohler 2020-03-31 23:20:08 -04:00
parent ec59339993
commit 1e3d248a44

View File

@ -23,76 +23,76 @@
"nativescript.analytics.enabled": true, "nativescript.analytics.enabled": true,
"cSpell.userWords": [ "cSpell.userWords": [
"AUTORESPONDER", "AUTORESPONDER",
"Crosstab",
"Etag",
"GIFs",
"HEADEREDITOR",
"HTTPMETHOD",
"HTTPVERSION",
"Hashtable",
"Linq",
"MKCOL",
"Neovim",
"PARAMEDITOR",
"PAYG",
"PROPFIND",
"PROPPATCH",
"Passthrough",
"RAWHEADERS",
"RAWPARAMETERS",
"RAWREQUEST",
"RAWURL",
"Reporting's",
"Requisits",
"Roadmap",
"SDLC",
"Silverlight",
"TRDP",
"TRDX",
"Telerik",
"URLPARAMS",
"Ungroup",
"barcode", "barcode",
"buttongroup", "buttongroup",
"codelyzer",
"composer",
"Crosstab",
"checkmark", "checkmark",
"cmder", "cmder",
"codelyzer",
"composer",
"dateinputs", "dateinputs",
"devkit", "devkit",
"dropdowns",
"dropdownlist", "dropdownlist",
"Etag", "dropdowns",
"endregion", "endregion",
"GIFs", "hacky",
"Hashtable",
"hbox", "hbox",
"hdata", "hdata",
"httpmethod", "httpmethod",
"httpversion", "httpversion",
"HEADEREDITOR",
"HTTPMETHOD",
"HTTPVERSION",
"hacky",
"iexplore", "iexplore",
"jasminewd", "jasminewd",
"keyvo",
"kendo", "kendo",
"keypress", "keypress",
"keyvalue", "keyvalue",
"keyvo",
"kvps", "kvps",
"Linq",
"middlewares", "middlewares",
"MKCOL",
"Neovim",
"PAYG",
"passthrough", "passthrough",
"pdata", "pdata",
"PARAMEDITOR",
"PROPFIND",
"PROPPATCH",
"Passthrough",
"powerline", "powerline",
"RAWPARAMETERS",
"Reporting's",
"Requisits",
"RAWHEADERS",
"RAWREQUEST",
"RAWURL",
"Roadmap",
"rawvalue", "rawvalue",
"redir", "redir",
"repos", "repos",
"SDLC",
"Silverlight",
"subreport", "subreport",
"tabstrip",
"theming", "theming",
"ticketid", "ticketid",
"tslib",
"TRDP",
"TRDX",
"Telerik",
"tabstrip",
"tilix", "tilix",
"tmux", "tmux",
"toggleable", "toggleable",
"tslib",
"ungrouped",
"updated", "updated",
"urlparam", "urlparam",
"URLPARAMS",
"Ungroup",
"ungrouped",
"vbox", "vbox",
"whitelabeling" "whitelabeling"
], ],
@ -110,5 +110,8 @@
"editor.wordWrap": "wordWrapColumn", "editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 64, "editor.wordWrapColumn": 64,
"editor.quickSuggestions": false "editor.quickSuggestions": false
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
} }
} }