aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-09-03 14:36:55 +1000
committerSam Potts <me@sampotts.me>2017-09-03 14:36:55 +1000
commit2bba1f30e28f402ef96b5f5181dd75788b0e25c9 (patch)
tree1e40cc57e3a5b62117b5c9b8906c1348d62d90e7 /.vscode
parent21966654957f59acc7baf40e60beb72a856eca84 (diff)
downloadplyr-2bba1f30e28f402ef96b5f5181dd75788b0e25c9.tar.lz
plyr-2bba1f30e28f402ef96b5f5181dd75788b0e25c9.tar.xz
plyr-2bba1f30e28f402ef96b5f5181dd75788b0e25c9.zip
Fixing Vimeo captions, WIP on settings menu, prettier and VS code settings
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..a2ac0b30
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,25 @@
+{
+ // Exclude from the editor
+ "files.exclude": {
+ "**/node_modules": true
+ },
+
+ // Exclude from search
+ "search.exclude": {
+ "dist/": true
+ },
+
+ // Formatting
+ "editor.tabSize": 4,
+ "editor.insertSpaces": true,
+ "editor.formatOnSave": true,
+
+ // Trim on save
+ "files.trimTrailingWhitespace": true,
+
+ // Prettier settings
+ "prettier.tabWidth": 4,
+ "prettier.eslintIntegration": true,
+ "prettier.printWidth": 120,
+ "prettier.cssEnable": ["css", "less", "scss"]
+} \ No newline at end of file