34 lines
858 B
JSON
34 lines
858 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.wordWrapColumn": 100,
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": true,
|
|
"files.eol": "\n",
|
|
"prettier.endOfLine": "lf",
|
|
"prettier.singleQuote": true,
|
|
"prettier.trailingComma": "es5",
|
|
"peacock.color": "#369",
|
|
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"],
|
|
"cSpell.words": [
|
|
"Controlpanel",
|
|
"discordjs",
|
|
"hoster",
|
|
"pino",
|
|
"runned",
|
|
"Sifell",
|
|
"Timout",
|
|
"upsert",
|
|
"uuidv",
|
|
"Vermium",
|
|
"Xyter",
|
|
"Xyter's",
|
|
"Zyner"
|
|
],
|
|
"editor.fontFamily": "Cascadia Code",
|
|
"editor.fontLigatures": true,
|
|
"git.enableCommitSigning": true,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|