51 lines
990 B
JSON
51 lines
990 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": false,
|
|
"cSpell.words": [
|
|
"bspwm",
|
|
"cairographics",
|
|
"classnet",
|
|
"developomp",
|
|
"developomp's",
|
|
"dompurify",
|
|
"elasticlunr",
|
|
"Fontawesome",
|
|
"fortawesome",
|
|
"Freedesktop",
|
|
"hljs",
|
|
"hongik",
|
|
"Jimin",
|
|
"katex",
|
|
"Librewolf",
|
|
"pnpm",
|
|
"polybar",
|
|
"Pomky",
|
|
"rainmeter",
|
|
"sxhkd",
|
|
"tailwindcss",
|
|
"tauri",
|
|
"texmath",
|
|
"tinycolor",
|
|
"tsup",
|
|
"Turborepo",
|
|
"ungoogled",
|
|
"unixporn",
|
|
"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"
|
|
}
|
|
}
|