e99eec50bc
Co-authored-by: vee <vendicated@riseup.net>
23 lines
642 B
JSON
23 lines
642 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"[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"
|
|
}
|
|
]
|
|
}
|