Vencord/.vscode/settings.json

32 lines
930 B
JSON
Raw Normal View History

2022-10-14 19:04:41 +02:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2023-12-13 03:26:17 +01:00
"source.fixAll.eslint": "explicit"
2022-10-14 19:04:41 +02: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",
"eslint.experimental.useFlatConfig": false,
"gitlens.remotes": [
{
"domain": "codeberg.org",
"type": "Gitea"
}
2024-06-01 12:48:57 +02:00
],
"i18n-ally.namespace": true,
"i18n-ally.localesPaths": ["./translations"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.extract.keygenStyle": "camelCase",
2024-06-03 19:31:56 +02:00
"i18n-ally.sortKeys": true,
"i18n-ally.keystyle": "nested"
2022-10-14 19:04:41 +02:00
}