diff options
author | Sam Potts <sam@potts.es> | 2020-04-28 22:20:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 22:20:49 +1000 |
commit | 99a26d65cf78851878841c5afc54830f1222ccb1 (patch) | |
tree | 6a2bf12ecfa2314725e6d8961ec9f6a986b5003b /plyr.code-workspace | |
parent | 6aa21c1fae4a7b6dbcf1db1ee3b06f11d674869a (diff) | |
parent | 4915cf0120870db4a52b3be117efa22f8ca2bd3e (diff) | |
download | plyr-99a26d65cf78851878841c5afc54830f1222ccb1.tar.lz plyr-99a26d65cf78851878841c5afc54830f1222ccb1.tar.xz plyr-99a26d65cf78851878841c5afc54830f1222ccb1.zip |
Merge pull request #1796 from sampotts/develop
v3.6.0
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r-- | plyr.code-workspace | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace index bcd26028..92d6df12 100644 --- a/plyr.code-workspace +++ b/plyr.code-workspace @@ -1,37 +1,37 @@ { - "folders": [ - { - "path": "." - } - ], - "settings": { - "search.exclude": { - "**/node_modules": true, - "**/dist": true - }, + "folders": [ + { + "path": "." + } + ], + "settings": { + "search.exclude": { + "**/node_modules": true, + "**/dist": true + }, - // Linting - "stylelint.enable": true, - "css.validate": false, - "scss.validate": false, - "javascript.validate.enable": false, + // Linting + "stylelint.enable": true, + "css.validate": false, + "scss.validate": false, + "javascript.validate.enable": false, - // Formatting - "editor.defaultFormatter": "esbenp.prettier-vscode", - "editor.tabSize": 4, - "editor.insertSpaces": true, - "editor.formatOnSave": true, + // Formatting + "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.tabSize": 4, + "editor.insertSpaces": true, + "editor.formatOnSave": true, - // Trim on save - "files.trimTrailingWhitespace": true, + // Trim on save + "files.trimTrailingWhitespace": true, - // Special file associations - "files.associations": { - ".eslintrc": "jsonc" - }, + // Special file associations + "files.associations": { + ".eslintrc": "jsonc" + }, - "editor.codeActionsOnSave": { - "source.fixAll": true - } + "editor.codeActionsOnSave": { + "source.fixAll": true } + } } |