Goal
Add an .editorconfig for consistent formatting across editors, matching Prettier.
Scope
Create .editorconfig at repo root:
indent_style = tab
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true (relax for *.md)
Acceptance criteria
Goal
Add an
.editorconfigfor consistent formatting across editors, matching Prettier.Scope
Create
.editorconfigat repo root:indent_style = tabend_of_line = lfcharset = utf-8insert_final_newline = truetrim_trailing_whitespace = true(relax for*.md)Acceptance criteria
.editorconfigexists and matches Prettier confignpm run formatreports no changes on a freshly-edited file