aboutsummaryrefslogtreecommitdiffstats
path: root/plyr.code-workspace
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-03-07 18:30:05 +1100
committerGitHub <noreply@github.com>2019-03-07 18:30:05 +1100
commit568ddf2390def8d774fd16b7d8bea287e54b9e83 (patch)
treee9491b31fa6d5158e76a240133b2342fdc60b74c /plyr.code-workspace
parent83eda174af655534223d0855a1748b08eb1db6e1 (diff)
parent4c3bf25b8a6228b8b48a28f351df1ae2523e6d19 (diff)
downloadplyr-568ddf2390def8d774fd16b7d8bea287e54b9e83.tar.lz
plyr-568ddf2390def8d774fd16b7d8bea287e54b9e83.tar.xz
plyr-568ddf2390def8d774fd16b7d8bea287e54b9e83.zip
Merge pull request #1375 from sampotts/master
Merge back
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r--plyr.code-workspace12
1 files changed, 3 insertions, 9 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace
index 12c3e85b..551afc38 100644
--- a/plyr.code-workspace
+++ b/plyr.code-workspace
@@ -5,23 +5,16 @@
}
],
"settings": {
- // Exclude from the editor
- "files.exclude": {
- "**/node_modules": true
- },
- // Exclude from search
- "search.exclude": {
- "dist/": true,
- "demo/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,
@@ -29,6 +22,7 @@
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
+
// Trim on save
"files.trimTrailingWhitespace": true
}