{ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnPaste": true, "editor.formatOnSave": true, "editor.detectIndentation": false, "editor.insertSpaces": false, "editor.codeActionsOnSave": { "source.fixAll": true }, "cSpell.words": [ "bspwm", "cairographics", "classnet", "createreactapp", "deno", "developomp", "developomp's", "dompurify", "elasticlunr", "Exyle", "exyleio", "firebaserc", "fnref", "Fontawesome", "Fonticons", "fontsource", "fortawesome", "Freedesktop", "GDSC", "githubactions", "githubpages", "gnubash", "godotengine", "heroicon", "hljs", "hongik", "hoofd", "inqling", "Jimin", "katex", "kunukn", "Librewolf", "linaria", "nodedotjs", "noto", "planetscale", "pnpm", "pocketbase", "polybar", "Pomky", "pompup", "precompress", "rainmeter", "statcounter", "sxhkd", "tailwindcss", "tauri", "texmath", "tinycolor", "tsup", "Turborepo", "ungoogled", "unixporn", "wbtimeline", "webassembly", "wouter", "YYYYMMDD", "zustand" ], "eslint.workingDirectories": [{ "mode": "auto" }], "eslint.validate": ["javascript", "typescript", "svelte"], "[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" }, "[xml]": { "editor.defaultFormatter": "redhat.vscode-xml" }, "typescript.tsdk": "node_modules/typescript/lib" }