From c8990bd379d97f4eb14cc35aaa90caebfb7db220 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 8 Dec 2017 10:05:38 +0000 Subject: IE & Edge fixes, Storage & Console classes --- plyr.code-workspace | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plyr.code-workspace (limited to 'plyr.code-workspace') 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 -- cgit v1.2.3