pompy.dev/.vscode/settings.json
2022-12-29 13:45:38 +09:00

62 lines
1.1 KiB
JSON

{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"cSpell.words": [
"bspwm",
"cairographics",
"classnet",
"deno",
"developomp",
"developomp's",
"dompurify",
"elasticlunr",
"Exyle",
"exyleio",
"Fontawesome",
"fortawesome",
"Freedesktop",
"githubactions",
"githubpages",
"gnubash",
"godotengine",
"hljs",
"hongik",
"Jimin",
"katex",
"Librewolf",
"nodedotjs",
"pnpm",
"pocketbase",
"polybar",
"Pomky",
"rainmeter",
"sxhkd",
"tailwindcss",
"tauri",
"texmath",
"tinycolor",
"tsup",
"Turborepo",
"ungoogled",
"unixporn",
"wbtimeline",
"webassembly",
"YYYYMMDD"
],
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
// prevent tailwind-related warnings
"css.lint.unknownAtRules": "ignore",
"less.lint.unknownAtRules": "ignore",
"scss.lint.unknownAtRules": "ignore",
// for .ejs files
"html.validate.styles": false,
"color-highlight.markerType": "outline",
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}