Co-authored-by: sadan <117494111+sadan4@users.noreply.github.com> Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
26 lines
No EOL
781 B
JSON
26 lines
No EOL
781 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"
|
|
}
|
|
],
|
|
"css.format.spaceAroundSelectorSeparator": true,
|
|
"[css]": {
|
|
"editor.defaultFormatter": "vscode.css-language-features"
|
|
}
|
|
} |