diff --git a/.gitignore b/.gitignore index 489c26223f..bde156cd81 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ frontend/package frontend/*.deb **/Cargo.toml.bak + +# ignore settings.json +frontend/.vscode/settings.json diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json deleted file mode 100644 index f7d0c23058..0000000000 --- a/frontend/.vscode/settings.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "[dart]": { - "editor.formatOnSave": true, - "editor.formatOnType": true, - "editor.rulers": [80], - "editor.selectionHighlight": false, - "editor.suggest.snippetsPreventQuickSuggestions": false, - "editor.suggestSelection": "first", - "editor.tabCompletion": "onlySnippets", - "editor.wordBasedSuggestions": false, - }, - "[javascript]": { - "editor.formatOnSave": true, - "editor.rulers": [80], - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[typescript]": { - "editor.formatOnSave": true, - "editor.rulers": [80], - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "svgviewer.enableautopreview": true, - "svgviewer.previewcolumn": "Active", - "svgviewer.showzoominout": true, - "editor.wordWrapColumn": 80, - "editor.minimap.maxColumn": 140, - "editor.wordWrap": "wordWrapColumn", - "dart.lineLength": 80, - "typescript.validate.enable": true, - "javascript.validate.enable": true, - "files.associations": { - "*.log.*": "log" - }, - "editor.formatOnSave": true, - "files.eol": "\n", -} \ No newline at end of file