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

10 lines
184 B
JSON
Raw Normal View History

2021-10-10 16:31:07 +00:00
{
"editor.formatOnSave": true,
"[nunjucks]": {
2021-10-18 20:58:07 +00:00
"editor.defaultFormatter": "okitavera.vscode-nunjucks-formatter"
2021-10-10 16:31:07 +00:00
},
"emmet.includeLanguages": {
2021-10-18 20:58:07 +00:00
"nunjucks": "html"
2021-10-10 16:31:07 +00:00
}
}