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

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

View File

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