docs/spell ~ configure VSCode cSpell

This commit is contained in:
Roy Ivy III 2020-05-27 16:56:21 -05:00
parent d52fb5c484
commit 7aa0c92cf8

152
src/uucore/.vscode/cSpell.json vendored Normal file
View file

@ -0,0 +1,152 @@
// cSpell Settings
{
"version": "0.1", // Version of the setting file. Always 0.1
"language": "en", // language - current active spelling language
// ignoreWords
"ignoreWords": [
// abbrev/acronyms
"FreeBSD",
"Gmail",
"MacOS",
"MinGW",
"POSIX",
"tcsh",
// crates
"getopts",
"libc",
"termion",
"walkdir",
"winapi",
// jargon
"POSIXLY",
"canonicalization",
"canonicalize",
"precompiled",
"readonly",
"symlink",
"symlinks",
// names
"Alex Lyon", "Alex", "Lyon",
"Derek Chiang", "Derek", "Chiang",
"Evgeniy Klyuchikov", "Evgeniy", "Klyuchikov",
"Fangxu Hu", "Fangxu", "Hu",
"Jian Zeng", "Jian", "Zeng",
"Jimmy Lu", "Jimmy", "Lu",
"Jordi Boggiano", "Jordi", "Boggiano",
"Jordy Dickinson", "Jordy", "Dickinson",
"Joseph Crail", "Joseph", "Crail",
"Joshua S Miller", "Joshua", "Miller",
"Maciej Dziardziel", "Maciej", "Dziardziel",
"Michael Gehring", "Michael", "Gehring",
"Peter Atashian", "Peter", "Atashian",
"Rolf Morel", "Rolf", "Morel",
"Roy Ivy III", "Roy", "Ivy", "III",
"Smigle00", "Smigle",
"Sylvestre Ledru", "Sylvestre", "Ledru",
"Vsevolod Velichko", "Vsevolod", "Velichko",
"anonymousknight",
"kwantam",
// rust
"concat",
"fract",
"rfind",
"trunc",
// rust utils
"clippy",
// tags
"Maint",
// vars/libc
"FILENO",
"HOSTSIZE",
"IDSIZE",
"IFIFO",
"IFREG",
"IRGRP",
"IROTH",
"IRUSR",
"ISGID",
"ISUID",
"ISVTX",
"IWGRP",
"IWOTH",
"IWUSR",
"IXGRP",
"IXOTH",
"IXUSR",
"LINESIZE",
"NAMESIZE",
"USERSIZE",
"addrinfo",
"addrlen",
"canonname",
"chroot",
"freeaddrinfo",
"getaddrinfo",
"getegid",
"geteuid",
"getgid",
"getgrgid",
"getgrnam",
"getgrouplist",
"getgroups",
"getpwnam",
"getpwuid",
"getuid",
"isatty",
"lchown",
"setgid",
"setgroups",
"setuid",
"socktype",
"umask",
"waitpid",
// vars/nix
"EOPNOTSUPP",
"GETFL",
"IoVec",
"errno",
"fcntl",
"fstat",
"unistd",
"vmsplice",
// vars/platform-info
"uname",
// vars/signals
"SIGPIPE",
// vars/sync
"Condvar",
// vars/time
"Timespec",
"nsec",
"nsecs",
"strftime",
"usec",
"usecs",
// vars/utmpx
"endutxent",
"getutxent",
"getutxid",
"getutxline",
"pututxline",
"setutxent",
"utmp",
"utmpx",
"utmpxname",
// uucore
"optflag",
"optflagmulti",
"optflagopt",
"optmulti",
"optopt",
// uutils
"coreopts",
"coreutils",
"musl",
"utmpx",
"uucore",
"uumain",
"uutils"
],
// words - list of words to be always considered correct
"words": []
}