浏览代码

chore: add "strcase" as words to ignore to workspace settings

Matheus Marques Polillo 9 月之前
父节点
当前提交
3f47eff59b
共有 1 个文件被更改,包括 86 次插入85 次删除
  1. 86 85
      .vscode/settings.json

+ 86 - 85
.vscode/settings.json

@@ -1,89 +1,90 @@
 {
   "cSpell.words": [
-    "accs",
-    "alessio",
-    "apikey",
-    "autorestart",
-    "Bavail",
-    "bitnami",
-    "Bitnami",
-    "Bsize",
-    "certbot",
-    "clientid",
-    "cpuacct",
-    "CQRS",
-    "customfield",
-    "customfields",
-    "dearmor",
-    "Dockerfiles",
-    "github",
-    "godoc",
-    "godotenv",
-    "gopsutil",
-    "gorm",
-    "grpcs",
-    "gsub",
-    "Hostnames",
-    "htmx",
-    "installables",
-    "Installables",
-    "ioncube",
-    "joho",
-    "keyrings",
-    "labstack",
-    "litespeed",
-    "lsadm",
-    "lsapi",
-    "Lsapi",
-    "lsphp",
-    "lsws",
-    "lswsctrl",
-    "mariadbd",
-    "minideb",
-    "mysql",
-    "mysqladmin",
-    "mysqld",
-    "nginx",
-    "nogroup",
-    "openlitespeed",
-    "openssl",
-    "pecl",
-    "percona",
-    "perconadb",
-    "pids",
-    "Pkgs",
-    "pkill",
-    "podman",
-    "postgre",
-    "ppid",
-    "primarykey",
-    "privs",
-    "Procs",
-    "publicsuffix",
-    "responsetype",
-    "serviceid",
-    "shellescape",
-    "shirou",
-    "Skippable",
-    "infinite",
-    "goinfinite",
-    "sqlite",
-    "supervisorctl",
-    "supervisord",
-    "svcs",
-    "Svcs",
-    "swaggo",
-    "Totalram",
-    "userdel",
-    "usermod",
-    "uuid",
-    "vhconf",
-    "vhost",
-    "vhosts",
-    "virtualhost",
-    "webserver",
-    "zerolog",
-    "Zerolog"
-  ],
+	"accs",
+	"alessio",
+	"apikey",
+	"autorestart",
+	"Bavail",
+	"bitnami",
+	"Bitnami",
+	"Bsize",
+	"certbot",
+	"clientid",
+	"cpuacct",
+	"CQRS",
+	"customfield",
+	"customfields",
+	"dearmor",
+	"Dockerfiles",
+	"github",
+	"godoc",
+	"godotenv",
+	"goinfinite",
+	"gopsutil",
+	"gorm",
+	"grpcs",
+	"gsub",
+	"Hostnames",
+	"htmx",
+	"infinite",
+	"installables",
+	"Installables",
+	"ioncube",
+	"joho",
+	"keyrings",
+	"labstack",
+	"litespeed",
+	"lsadm",
+	"lsapi",
+	"Lsapi",
+	"lsphp",
+	"lsws",
+	"lswsctrl",
+	"mariadbd",
+	"minideb",
+	"mysql",
+	"mysqladmin",
+	"mysqld",
+	"nginx",
+	"nogroup",
+	"openlitespeed",
+	"openssl",
+	"pecl",
+	"percona",
+	"perconadb",
+	"pids",
+	"Pkgs",
+	"pkill",
+	"podman",
+	"postgre",
+	"ppid",
+	"primarykey",
+	"privs",
+	"Procs",
+	"publicsuffix",
+	"responsetype",
+	"serviceid",
+	"shellescape",
+	"shirou",
+	"Skippable",
+	"sqlite",
+	"strcase",
+	"supervisorctl",
+	"supervisord",
+	"svcs",
+	"Svcs",
+	"swaggo",
+	"Totalram",
+	"userdel",
+	"usermod",
+	"uuid",
+	"vhconf",
+	"vhost",
+	"vhosts",
+	"virtualhost",
+	"webserver",
+	"zerolog",
+	"Zerolog"
+],
   "editor.formatOnSave": true
 }