aboutsummaryrefslogtreecommitdiffstats
path: root/plyr.code-workspace
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-04-24 00:47:41 +1000
committerSam Potts <sam@potts.es>2020-04-24 00:47:41 +1000
commite48b1d11ce37960bc5803056561ec2b3996258c3 (patch)
tree10cab37f09f710c22d338ac8a0d8f43df5817caf /plyr.code-workspace
parentba91f23c50a6c7efa7d39dfb7105c16c20671434 (diff)
downloadplyr-e48b1d11ce37960bc5803056561ec2b3996258c3.tar.lz
plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.tar.xz
plyr-e48b1d11ce37960bc5803056561ec2b3996258c3.zip
Housekeeping
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r--plyr.code-workspace58
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
}
+ }
}