Add .editorconfig to enforce 2-space indentation
All checks were successful
Deploy to Production / deploy (push) Successful in 4s

This commit is contained in:
2026-02-15 21:26:15 +01:00
parent d7df249c23
commit 17bca94c1b
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
"recommendations": ["Vue.volar"]
"recommendations": ["Vue.volar", "EditorConfig.EditorConfig"]
}