diff options
| author | Bobby <[email protected]> | 2024-08-25 11:01:34 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-25 11:01:34 -0400 |
| commit | 1d3f9c61f94264fe351cd22346fbdf92e67e3839 (patch) | |
| tree | 12d4c99173dda0d0857e7d77db65f83f8a05c822 /.vscode | |
| parent | b8b79d95dcf2bdb955189d59aef28d5d4bccacee (diff) | |
| download | yugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.tar.xz yugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.zip | |
motto homupage improvements
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c84f514 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,16 @@ +{ + "files.associations": { + "*.html": "django-html", + "**/templates/**/*.html": "django-html", + "**/templates/*": "django-html" + }, + "emmet.includeLanguages": { + "django-html": "html" + }, + "editor.formatOnSave": false, + "editor.defaultFormatter": null, + "[django-html]": { + "editor.formatOnSave": false, + "editor.defaultFormatter": null + } +} |
