add djlint

This commit is contained in:
FuzzyGrim
2023-08-28 23:23:50 +02:00
parent c4ee48d815
commit f17e726774
2 changed files with 14 additions and 10 deletions

View File

@@ -17,19 +17,20 @@
"editor.fontFamily": "\"Mononoki Nerd Font Mono\""
},
"extensions": [
"formulahendry.auto-close-tag",
"ms-python.black-formatter",
"batisteo.vscode-django",
"charliermarsh.ruff",
"christian-kohler.path-intellisense",
"ecmel.vscode-html-css",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"github.copilot",
"github.copilot-chat",
"ecmel.vscode-html-css",
"visualstudioexptteam.vscodeintellic",
"zignd.html-css-class-completion",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"monosans.djlint",
"ms-python.black-formatter",
"ms-python.python",
"charliermarsh.ruff",
"qwtel.sqlite-viewer"
"qwtel.sqlite-viewer",
"visualstudioexptteam.vscodeintellic",
"zignd.html-css-class-completion"
]
}
},
@@ -40,4 +41,4 @@
}
},
"forwardPorts": [8000]
}
}

View File

@@ -12,5 +12,8 @@
"codeAction.disableRuleComment.enable": true,
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": {
"editor.defaultFormatter": "monosans.djlint"
}
}