diff options
author | Sam Potts <me@sampotts.me> | 2017-09-03 14:36:55 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-09-03 14:36:55 +1000 |
commit | 2bba1f30e28f402ef96b5f5181dd75788b0e25c9 (patch) | |
tree | 1e40cc57e3a5b62117b5c9b8906c1348d62d90e7 /.vscode | |
parent | 21966654957f59acc7baf40e60beb72a856eca84 (diff) | |
download | plyr-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.json | 25 |
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 |