chore(engine): set eol=lf for .pack files in .gitattributes (#889)

no more annoying changes every time the pack runs
This commit is contained in:
James Monger 2024-09-19 01:21:12 +01:00 committed by GitHub
parent db5bede245
commit 6642f3f71f

2
.gitattributes vendored
View file

@ -17,3 +17,5 @@
*.base binary
*.frame binary
*.synth binary
*.pack text eol=lf