chore: enforce linux line endings
All checks were successful
Lint / pre-commit Linting (push) Successful in 52s

Add .gitattributes and .editorconfig to enforce LF line endings. Update devcontainer settings.
This commit is contained in:
2026-01-03 20:54:25 +00:00
parent 8e305f9126
commit 4316906497
4 changed files with 12 additions and 2 deletions

8
.editorconfig Normal file
View File

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