Настройки VSCode включены в синхронизацию
This commit is contained in:
parent
fd5e29708f
commit
acbcc35703
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
node_modules/
|
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[javascript]": {},
|
||||
"[json]": {
|
||||
"editor.quickSuggestions": { "strings": true }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user