owo-vencord/.vscode/settings.json

24 lines
642 B
JSON
Raw Normal View History

2022-10-14 20:04:41 +03:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2023-12-13 04:26:17 +02:00
"source.fixAll.eslint": "explicit"
2022-10-14 20:04:41 +03:00
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"javascript.format.semicolons": "insert",
"typescript.format.semicolons": "insert",
"typescript.preferences.quoteStyle": "double",
"javascript.preferences.quoteStyle": "double",
"gitlens.remotes": [
{
"domain": "codeberg.org",
"type": "Gitea"
}
]
2022-10-14 20:04:41 +03:00
}