Normalize line endings and enforce LF via .gitattributes

This commit is contained in:
2026-02-12 18:00:24 -05:00
parent 14f7b7bd4a
commit 633ebb4ac4
6 changed files with 493 additions and 127 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
*.lua text eol=lf
*.txt text eol=lf
*.md text eol=lf