aboutsummaryrefslogtreecommitdiffstats
path: root/plyr.code-workspace
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-03-16 12:14:20 +1100
committerSam Potts <sam@potts.es>2019-03-16 12:14:20 +1100
commit35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf (patch)
tree75b8f7c56ec7fa6696991e52197172c9c6c7c3cd /plyr.code-workspace
parentbdd513635fffa33f66735c80209e6ae77e0426b4 (diff)
parentc202551e6d0b11656a99b41f3f8b3a48f2bf1e0a (diff)
downloadplyr-35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf.tar.lz
plyr-35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf.tar.xz
plyr-35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf.zip
Merge branch 'develop' into css-variables
# Conflicts: # demo/dist/demo.css # demo/index.html # dist/plyr.css # gulpfile.js # package.json # yarn.lock
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r--plyr.code-workspace63
1 files changed, 32 insertions, 31 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace
index 467623c9..d26398e9 100644
--- a/plyr.code-workspace
+++ b/plyr.code-workspace
@@ -1,32 +1,33 @@
{
- "folders": [
- {
- "path": "."
- }
- ],
- "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,
- "editor.formatOnSave": true,
- // Trim on save
- "files.trimTrailingWhitespace": true
- }
-} \ No newline at end of file
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {
+ "search.exclude": {
+ "**/node_modules": true,
+ "**/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,
+ "editor.codeActionsOnSave": {
+ "source.organizeImports": true
+ },
+
+ // Trim on save
+ "files.trimTrailingWhitespace": true
+ }
+}