chore: add .gitattributes for LF normalization

This commit is contained in:
2026-08-26 22:08:44 +07:00
parent a1050f5502
commit e1490f65ca

5
.gitattributes vendored Normal file
View File

@@ -0,0 +1,5 @@
* text=auto eol=lf
*.md text eol=lf
*.py text eol=lf
*.ps1 text eol=lf
*.sh text eol=lf