yufan.me/.vscode/settings.json

160 lines
2.5 KiB
JSON
Raw Normal View History

2024-06-14 02:11:26 +08:00
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit"
},
"astro.content-intellisense": true,
2024-06-14 02:11:26 +08:00
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.words": [
"alexinea",
"alignfull",
"alignleft",
"alignright",
"alignwide",
2024-06-14 02:11:26 +08:00
"ameho",
"amehochan",
"aplayer",
"artalk",
"astro",
"astrojs",
"batang",
"bigserial",
"biomejs",
"blogroll",
2024-06-14 02:11:26 +08:00
"blogster",
"blurhash",
"captainofphb",
"cfilter",
"cimage",
"ckenh",
"cnip",
"commentform",
2024-06-14 02:11:26 +08:00
"csvg",
"ctan",
"cynosura",
"datetime",
"dichen",
"dinesh",
"dotum",
"duoshuo",
"emde",
"eparams",
"firis",
"flexdinesh",
"fmoran",
"fong",
"forencrypt",
"giscus",
"gogogo",
2024-06-14 02:11:26 +08:00
"gotop",
"gungseo",
"hefei",
"heiti",
"honorbkk",
"huaweiyal",
2024-06-14 02:11:26 +08:00
"ianvs",
"iconfont",
"iroha",
"isodate",
"jamo",
"jian",
"jiasm",
"jing",
"jmoiron",
2024-06-14 02:11:26 +08:00
"jungshik",
"khalil",
"khtml",
2024-06-14 02:11:26 +08:00
"koanughi",
"koaunghi",
"lantinghei",
"lastmod",
"lazyload",
"linuxapi",
2024-07-22 22:40:23 +08:00
"longluo",
2024-06-14 02:11:26 +08:00
"loveness",
"luoli",
"luxon",
"mboker",
"microflash",
2024-06-14 02:11:26 +08:00
"minagi",
"miui",
"mmwebid",
"mmwebsdk",
2024-06-14 02:11:26 +08:00
"mochi",
"napi",
"netease",
"nextval",
"nian",
"nocolor",
2024-06-17 04:27:57 +08:00
"nofollow",
"nopd",
2024-06-14 02:11:26 +08:00
"noto",
"opendal",
2024-06-14 02:11:26 +08:00
"oppo",
"opposans",
"pandiyan",
"penheulim",
"pilgi",
"plaiceholder",
"playform",
"psql",
"pwsz",
"qrcode",
"quan",
"recma",
"redmi",
2024-06-14 02:11:26 +08:00
"regclass",
"rehype",
"rivo",
2024-06-14 02:11:26 +08:00
"sauvignon",
"sheng",
"shiki",
"shinmun",
"shmily",
"skrs",
"sqlx",
2024-06-14 02:11:26 +08:00
"syhily",
"tabindex",
"tagcloud",
2024-06-14 02:11:26 +08:00
"taza",
"teruteru",
"timestamptz",
"toolsmp",
"tsconfigs",
"tview",
2024-06-14 02:11:26 +08:00
"ultrahtml",
"unpic",
"unsharp",
"upyun",
2024-06-14 02:11:26 +08:00
"urlset",
"varchar",
"velite",
"vercel",
"weapi",
"wechat",
"weibo",
"xiao",
"xinsenz",
"xweb",
2024-06-14 02:11:26 +08:00
"yefengs",
"yetgul",
"ying",
"yuaanlin",
"yual",
"yufan",
"yyjn",
2024-10-16 03:38:50 +08:00
"zeabur",
"zhihu"
2024-06-14 02:11:26 +08:00
],
"[mdx]": {
"editor.defaultFormatter": "unifiedjs.vscode-mdx"
2024-06-21 12:35:17 +08:00
},
"typescript.tsdk": "node_modules/typescript/lib"
2024-06-14 02:11:26 +08:00
}