From e48b1d11ce37960bc5803056561ec2b3996258c3 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 24 Apr 2020 00:47:41 +1000 Subject: Housekeeping --- plyr.code-workspace | 58 ++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'plyr.code-workspace') 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 } + } } -- cgit v1.2.3