mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Avoid empty lines in devcontainer.json
This commit is contained in:
parent
437392149e
commit
6c1be80ad4
|
@ -31,7 +31,7 @@
|
|||
"workspaceFolder": "/app",
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"customizations": {
|
||||
{% if cookiecutter.editor == "VS Code" %}
|
||||
{%- if cookiecutter.editor == "VS Code" %}
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"editor.formatOnSave": true,
|
||||
|
@ -76,7 +76,7 @@
|
|||
"batisteo.vscode-django"
|
||||
]
|
||||
}
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
},
|
||||
// Uncomment the next line if you want start specific services in your Docker Compose config.
|
||||
// "runServices": [],
|
||||
|
|
Loading…
Reference in New Issue
Block a user