diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 301da554..9e26dfee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,29 +1 @@ -{ - // Exclude from the editor - "files.exclude": { - "**/node_modules": true - }, - - // Exclude from search - "search.exclude": { - "dist/": true - }, - - // Linting - "stylelint.enable": true, - "css.validate": false, - "scss.validate": false, - "javascript.validate.enable": false, - - // Prettier - "prettier.eslintIntegration": true, - "prettier.stylelintIntegration": true, - - // Formatting - "editor.tabSize": 4, - "editor.insertSpaces": true, - "editor.formatOnSave": true, - - // Trim on save - "files.trimTrailingWhitespace": true -} +{}
\ No newline at end of file |