Compare commits

..

2 commits

Author SHA1 Message Date
Bea
2623560a3c
chore: add global prettier ignore file
As prettier is not configured for this project, and the style doesn't
meet prettier's opinionated defaults, it's worth dropping this blanket
ignore until such a time (if ever) a prettier config is produced that
matches the styleguide of this project.
2026-03-24 19:08:01 +00:00
Bea
c9b49e64cc
chore: editorconfig matching existing code format styles 2026-03-24 19:08:01 +00:00

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"editorconfig.editorconfig"
]
}