32 lines
592 B
JSON
32 lines
592 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": false,
|
|
"cSpell.words": [
|
|
"bspwm",
|
|
"classnet",
|
|
"developomp",
|
|
"developomp's",
|
|
"dompurify",
|
|
"elasticlunr",
|
|
"Fontawesome",
|
|
"hljs",
|
|
"katex",
|
|
"Librewolf",
|
|
"polybar",
|
|
"Pomky",
|
|
"sxhkd",
|
|
"texmath",
|
|
"tinycolor",
|
|
"ungoogled",
|
|
"YYYYMMDD"
|
|
],
|
|
"[svg]": {
|
|
"editor.defaultFormatter": "jock.svg"
|
|
},
|
|
// for .ejs files
|
|
"html.validate.styles": false,
|
|
"color-highlight.markerType": "outline"
|
|
}
|