aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 11:01:34 -0400
committerBobby <[email protected]>2024-08-25 11:01:34 -0400
commit1d3f9c61f94264fe351cd22346fbdf92e67e3839 (patch)
tree12d4c99173dda0d0857e7d77db65f83f8a05c822 /.vscode
parentb8b79d95dcf2bdb955189d59aef28d5d4bccacee (diff)
downloadyugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.tar.xz
yugen-1d3f9c61f94264fe351cd22346fbdf92e67e3839.zip
motto homupage improvements
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json16
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
+ }
+}