Initial setup

This commit is contained in:
2025-05-25 08:15:38 -05:00
parent ae4c3ae853
commit 7b8c731ac0

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
# Set text handling to auto and eol
# linux line endings
* text=auto eol=lf
# Ensure windows line endings are used
# for windows bat/cmd scripts
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf