Vencord/.vscode/settings.json

29 lines
845 B
JSON
Raw Normal View History

2022-10-14 17:04:41 +00:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2023-12-13 02:26:17 +00:00
"source.fixAll.eslint": "explicit"
2022-10-14 17:04:41 +00: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"
}
2024-06-01 10:48:57 +00:00
],
"i18n-ally.namespace": true,
"i18n-ally.localesPaths": ["./translations"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.extract.keygenStyle": "camelCase",
"i18n-ally.sortKeys": true
2022-10-14 17:04:41 +00:00
}