Vencord/.vscode/settings.json

32 lines
930 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",
"eslint.experimental.useFlatConfig": false,
"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",
2024-06-03 17:31:56 +00:00
"i18n-ally.sortKeys": true,
"i18n-ally.keystyle": "nested"
2022-10-14 17:04:41 +00:00
}