Fixing Vimeo captions, WIP on settings menu, prettier and VS code settings
This commit is contained in:
25
.vscode/settings.json
vendored
Normal file
25
.vscode/settings.json
vendored
Normal file
@ -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"]
|
||||
}
|
Reference in New Issue
Block a user