This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
personal-website-old/.vscode/settings.json
2021-10-18 22:58:07 +02:00

10 lines
184 B
JSON

{
"editor.formatOnSave": true,
"[nunjucks]": {
"editor.defaultFormatter": "okitavera.vscode-nunjucks-formatter"
},
"emmet.includeLanguages": {
"nunjucks": "html"
}
}