diff --git a/.gitignore b/.gitignore index 4ec828127..c06e3c6ab 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ pnpm-debug.log* # Editor directories and files .idea -.vscode *.suo *.ntvs* *.njsproj diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..7a4d42166 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,16 @@ +{ + "eslint.validate": [ + "javascript", + "typescript", + "vue", + "html", + "scss", + "json", + ], + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true, + }, + "editor.bracketPairColorization.enabled": true, + "editor.guides.bracketPairs": true, + "files.eol": "\n", +} \ No newline at end of file