diff options
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r-- | plyr.code-workspace | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace new file mode 100644 index 00000000..c0b30608 --- /dev/null +++ b/plyr.code-workspace @@ -0,0 +1,31 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + // 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 |