aboutsummaryrefslogtreecommitdiffstats
path: root/plyr.code-workspace
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-03-17 23:30:16 +1100
committerSam Potts <sam@potts.es>2018-03-17 23:30:16 +1100
commit600f0eb8a3cf49f5268e5c15487797d496bc19b6 (patch)
treeae7d43ee753035458e5927b66eb588ff26d58afd /plyr.code-workspace
parente0562752eaa4553466b78fb6828d05147a0891d1 (diff)
parent5db73b13276bf50357cc98896421318de66ab042 (diff)
downloadplyr-600f0eb8a3cf49f5268e5c15487797d496bc19b6.tar.lz
plyr-600f0eb8a3cf49f5268e5c15487797d496bc19b6.tar.xz
plyr-600f0eb8a3cf49f5268e5c15487797d496bc19b6.zip
Merge branch 'beta'
# Conflicts: # readme.md
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r--plyr.code-workspace31
1 files changed, 31 insertions, 0 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace
new file mode 100644
index 00000000..c0b30608
--- /dev/null
+++ b/plyr.code-workspace
@@ -0,0 +1,31 @@
+{
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {
+ // Exclude from the editor
+ "files.exclude": {
+ "**/node_modules": true
+ },
+ // Exclude from search
+ "search.exclude": {
+ "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