Added endofline settings to workspace
This commit is contained in:
Родитель
82ad93cc4d
Коммит
f770d8186f
|
@ -126,8 +126,6 @@ cypress/screenshots
|
|||
translations.tar
|
||||
translations_github_commit_*
|
||||
|
||||
# VSCode project config
|
||||
.vscode/settings.json
|
||||
|
||||
# Localization testing SSH keys
|
||||
wagtail-localize-key*
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
"emmet.includeLanguages": {
|
||||
"javascript": "javascriptreact"
|
||||
},
|
||||
"files.insertFinalNewline": true
|
||||
}
|
Загрузка…
Ссылка в новой задаче